.travis.yml: fix Travis

This commit is contained in:
Aminda Suomalainen 2016-11-25 13:05:50 +02:00
parent a27a9e44ac
commit d838426085
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 4 additions and 4 deletions

View File

@ -8,8 +8,9 @@ python:
# install Java 8 as required by vnu.jar
before_install:
- sudo apt-get update
- sudo apt-get install oracle-java8-installer
- sudo rm /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
- gem install github-pages
@ -29,5 +30,4 @@ notifications:
channels:
# To be encrypted if issues arise
- "ircs://chat.freenode.net:6697/##Mikaela"
# I would prefer to use notifications, but TeleIRC doesn't direct them.
use_notice: false
use_notice: true