Skip to content

Commit

Permalink
Merge 5ce00a1 into 0ad689a
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusH committed Apr 29, 2019
2 parents 0ad689a + 5ce00a1 commit f8c4702
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -13,6 +13,8 @@ before_install:
- pip uninstall -y setuptools
- pip install setuptools==33.1.1 # pin specific version in virtualenv
- pip freeze --all # debug
- sudo add-apt-repository ppa:openjdk-r/ppa -y
- sudo apt-get install -y openjdk-11-jre-headless

install:
- python bootstrap.py
Expand All @@ -31,10 +33,6 @@ notifications:
email: false

sudo: false
addons:
apt:
packages:
- oracle-java8-set-default

matrix:
allow_failures:
Expand Down

0 comments on commit f8c4702

Please sign in to comment.