Skip to content

Commit

Permalink
Compile with oraclejdk8 not oraclejdk7
Browse files Browse the repository at this point in the history
  • Loading branch information
kitskub committed Sep 14, 2014
1 parent 8438d57 commit 9c2e180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Source language and JDK version to use
language: java
jdk: oraclejdk7
jdk: oraclejdk8

# Compile and package JAR and set build properties
install: mvn package -DbuildNumber=$TRAVIS_BUILD_NUMBER -DciSystem=travis -Dcommit=${TRAVIS_COMMIT:0:7}
Expand Down

0 comments on commit 9c2e180

Please sign in to comment.