Skip to content

Commit 3876d78

Browse files
committed
Fix travis script to force delete
In case the file does not exist the failure to delete will not cause build to flag as FAILED.
1 parent 1451012 commit 3876d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android:
1010
- android-15
1111
sudo: true
1212
script:
13-
- sudo rm /etc/mavenrc
13+
- sudo rm -f /etc/mavenrc
1414
- export MAVEN_OPTS="-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m"
1515
- mvn clean install -Dmaven.javadoc.skip=true cobertura:cobertura
1616

0 commit comments

Comments
 (0)