Files
Michael Bayne 3212061b2b Back to using script & repeating mvn command.
after_script runs *after* the cache update process, so it deletes the installed
artifacts too late. Bad Travis, no cookie.
2015-03-16 20:10:38 -07:00

16 lines
186 B
YAML

sudo: false
language: java
jdk:
- openjdk7
- oraclejdk8
cache:
directories:
- '$HOME/.m2/repository'
script:
- mvn test -B
- rm -rf $HOME/.m2/repository/com/samskivert