Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noemienicolas authored Oct 6, 2017
1 parent aa0fc44 commit a66a249
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/archetype-resources/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ sudo: required
language: java
cache:
directories:
- .autoconf
- $HOME/.m2
- ".autoconf"
- "$HOME/.m2"
jdk:
- oraclejdk8
services: postgresql
Expand All @@ -24,7 +24,7 @@ before_install:
- liquibase --version
- echo "downloading and installing postgres ${postgresql_version} driver."
- wget http://central.maven.org/maven2/org/postgresql/postgresql/${postgresql_version}/postgresql-${postgresql_version}.jar
- sudo cp postgresql-${postgresql_version}.jar /opt/liquibase-${liquibase_version}/lib/
- sudo cp postgresql-${postgresql_version}.jar /opt/liquibase/lib/
- echo "downloading and installing SchemaCrawler"
- wget https://github.com/adriens/schemacrawler-deb/releases/download/${schemacrawler_version}/schemacrawler-deb_${schemacrawler_version}_all.deb
- sudo dpkg -i schemacrawler-deb_${schemacrawler_version}_all.deb
Expand All @@ -39,4 +39,4 @@ install:
- mvn exec:exec
notifications:
slack:
secure: ## A SAISIR ##
secure: ## A SAISIR ##

0 comments on commit a66a249

Please sign in to comment.