mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-12-24 04:02:34 +01:00
.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:
parent
a3ee78c513
commit
eab9f013dc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user