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.
This commit is contained in:
Michael Bayne
2015-03-16 20:10:38 -07:00
parent 2dc23c2b2e
commit 3212061b2b
+2 -1
View File
@@ -10,5 +10,6 @@ cache:
directories:
- '$HOME/.m2/repository'
after_script:
script:
- mvn test -B
- rm -rf $HOME/.m2/repository/com/samskivert