Skip to content

Commit

Permalink
Update Travis CI to test using JDK8
Browse files Browse the repository at this point in the history
Update the JDK versions Travis uses for CI for aws-dynamodb-encryption-java.
Today, these tests fail because the minimum supported version is JDK7.
  • Loading branch information
johnwalker committed Nov 7, 2018
1 parent 15b80da commit b3d3e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: java
jdk:
- openjdk7
- oraclejdk7
- openjdk8
- oraclejdk8
install: /bin/true
script: mvn install --quiet -Dgpg.skip=true -DskipTests=true

0 comments on commit b3d3e36

Please sign in to comment.