Skip to content

Commit

Permalink
Fix cache removal
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarv committed Nov 2, 2017
1 parent 3a8b36e commit 99a1908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cache:


script:
- if [ $TRAVIS_BRANCH == 'master' ]; then echo "rm cache" && rm $HOME/.m2; fi
- if [ $TRAVIS_BRANCH == 'master' ]; then echo "rm cache" && rm -r $HOME/.m2; fi
- cd jdcallgraph
- if [ $TRAVIS_JDK_VERSION == "oraclejdk9" ]; then mvn clean verify; fi
- if [ $TRAVIS_JDK_VERSION != "oraclejdk9" ]; then mvn clean verify cobertura:cobertura coveralls:report; fi
Expand Down

0 comments on commit 99a1908

Please sign in to comment.