mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-23 04:29:31 +01:00
.travis.yml: fix Travis
This commit is contained in:
parent
a27a9e44ac
commit
d838426085
@ -8,8 +8,9 @@ python:
|
|||||||
|
|
||||||
# install Java 8 as required by vnu.jar
|
# install Java 8 as required by vnu.jar
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update
|
- sudo rm /etc/profile.d/jdk.sh
|
||||||
- sudo apt-get install oracle-java8-installer
|
- sudo apt-get -y update
|
||||||
|
- sudo apt-get -y install oracle-java8-installer
|
||||||
- sudo update-java-alternatives -s java-8-oracle
|
- sudo update-java-alternatives -s java-8-oracle
|
||||||
- gem install github-pages
|
- gem install github-pages
|
||||||
|
|
||||||
@ -29,5 +30,4 @@ notifications:
|
|||||||
channels:
|
channels:
|
||||||
# To be encrypted if issues arise
|
# To be encrypted if issues arise
|
||||||
- "ircs://chat.freenode.net:6697/##Mikaela"
|
- "ircs://chat.freenode.net:6697/##Mikaela"
|
||||||
# I would prefer to use notifications, but TeleIRC doesn't direct them.
|
use_notice: true
|
||||||
use_notice: false
|
|
||||||
|
Loading…
Reference in New Issue
Block a user