Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Commit

Permalink
Switching JDKs to hopefully make Travis-CI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Aug 2, 2019
1 parent ba082d1 commit 8af231c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ matrix:

include:
# JDK 8
- jdk: oraclejdk8
- jdk: openjdk8

# JDK 11
- jdk: oraclejdk11
- jdk: openjdk11

allow_failures:
- jdk: oraclejdk11
- jdk: openjdk11

install: mvn --quiet -Dcargo.maven.skip -Dcassandra.skip -DskipTests install

Expand Down

0 comments on commit 8af231c

Please sign in to comment.