.travis.yml: force the rm

This used to be necressary at some point, I don't know about now, but -f
should go through the issue.
This commit is contained in:
Aminda Suomalainen 2017-06-29 12:12:01 +03:00
parent a3ee78c513
commit eab9f013dc
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ python:
# install Java 8 as required by vnu.jar
before_install:
- sudo rm /etc/profile.d/jdk.sh
- sudo rm -f /etc/profile.d/jdk.sh
- sudo apt-get -y update
- sudo apt-get -y install oracle-java8-installer
- sudo update-java-alternatives -s java-8-oracle