Skip to content

Commit

Permalink
Make the tests work on a newer ubuntu (i.e. travis).
Browse files Browse the repository at this point in the history
Amounts to some Java packaging stuff.
  • Loading branch information
vext01 committed Jun 12, 2019
1 parent c721010 commit 770a91b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python: 2.7
before_install:
- sudo apt-get update -qq
- sudo apt-get install linux-libc-dev libc6-dev
- sudo apt-get install oracle-java8-installer
- sudo apt-get install default-jdk
- sudo apt-get install virt-what
- sudo apt-get install pypy
- sudo apt-get install luajit
Expand All @@ -17,7 +17,6 @@ install:

script:
- sudo update-java-alternatives -l || true # returns 1 on success!
- sudo update-java-alternatives -s `sudo update-java-alternatives -l | grep 8-oracle | awk '{print $1}'`
- uname -a
- make --version
- ldd --version
Expand Down

0 comments on commit 770a91b

Please sign in to comment.