From 3212061b2ba9195723ead40a964750000e9b84a4 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 16 Mar 2015 20:10:38 -0700 Subject: [PATCH] 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. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 32c48b35..66636f3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,5 +10,6 @@ cache: directories: - '$HOME/.m2/repository' -after_script: +script: + - mvn test -B - rm -rf $HOME/.m2/repository/com/samskivert