There was an error while loading. Please reload this page.
1 parent 2422028 commit ab6464fCopy full SHA for ab6464f
.travis.yml
@@ -18,3 +18,7 @@ script: mvn test -Dspring.profiles.active=$DB
18
before_script:
19
- sh -c "if [ '$DB' = 'pgsql' ]; then psql -c 'CREATE DATABASE test;' -U postgres; fi"
20
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE IF NOT EXISTS test;' -uroot; fi"
21
+
22
+cache:
23
+ directories:
24
+ - $HOME/.m2
0 commit comments