Skip to content

Commit

Permalink
java8 install
Browse files Browse the repository at this point in the history
  • Loading branch information
danielenricocahall committed Dec 30, 2020
1 parent 15f4cbf commit c5f68d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ install:
- source activate test-environment
- pip install Cython --install-option="--no-cython-compile"
- pip install -e .[tests]
- sudo add-apt-repository -y ppa:openjdk-r/ppa
- sudo apt-get -qq update
- sudo apt-get install -y openjdk-8-jdk --no-install-recommends
- sudo update-java-alternatives -s java-1.8.0-openjdk-amd64
- export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64

script:
- python -c "import keras.backend"
Expand Down

0 comments on commit c5f68d1

Please sign in to comment.