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:
+2
-1
@@ -10,5 +10,6 @@ cache:
|
||||
directories:
|
||||
- '$HOME/.m2/repository'
|
||||
|
||||
after_script:
|
||||
script:
|
||||
- mvn test -B
|
||||
- rm -rf $HOME/.m2/repository/com/samskivert
|
||||
|
||||
Reference in New Issue
Block a user