mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-03 08:04:09 +01:00
attempt to fix .travis.yml
This commit is contained in:
parent
08d30ae250
commit
53b942bf91
21
.travis.yml
21
.travis.yml
@ -1,15 +1,13 @@
|
||||
sudo: required
|
||||
|
||||
language: python
|
||||
python:
|
||||
- "3.5"
|
||||
- "2.7"
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- openjdk-8-jre # install Java8 as required by vnu.jar
|
||||
|
||||
# install Java 8 as required by vnu.jar
|
||||
before_install:
|
||||
- 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
|
||||
- gem install github-pages jekyll-theme-midnight
|
||||
|
||||
install:
|
||||
@ -22,10 +20,3 @@ script:
|
||||
env:
|
||||
global:
|
||||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
# To be encrypted if issues arise
|
||||
- "ircs://chat.freenode.net:6697/##Mikaela"
|
||||
use_notice: true
|
||||
|
Loading…
Reference in New Issue
Block a user