Skip to content

Commit

Permalink
Disable Java 8/OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Nov 24, 2018
1 parent 2e882d4 commit aae2c57
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ env:

matrix:
fast_finish: true
exclude:
- os: osx
env: PYTHON_VERSION="2.7" JAVA_VERSION="8"
- os: osx
env: PYTHON_VERSION="3.6" JAVA_VERSION="8"
- os: osx
env: PYTHON_VERSION="3.7" JAVA_VERSION="8"

install:

Expand Down

0 comments on commit aae2c57

Please sign in to comment.