attempt to fix .travis.yml

This commit is contained in:
Aminda Suomalainen 2019-05-04 13:36:51 +03:00
parent 08d30ae250
commit 53b942bf91
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 6 additions and 15 deletions

View File

@ -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