Skip to content

Commit

Permalink
Fix travis script to force delete
Browse files Browse the repository at this point in the history
In case the file does not exist the failure to delete will not cause build to flag as FAILED.
  • Loading branch information
minbi committed Sep 1, 2017
1 parent 1451012 commit 3876d78
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 @@ -10,7 +10,7 @@ android:
- android-15
sudo: true
script:
- sudo rm /etc/mavenrc
- sudo rm -f /etc/mavenrc
- export MAVEN_OPTS="-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m"
- mvn clean install -Dmaven.javadoc.skip=true cobertura:cobertura

Expand Down

0 comments on commit 3876d78

Please sign in to comment.