Skip to content

Commit

Permalink
Updated .travis.yml for Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
tzaeschke committed Apr 25, 2017
1 parent 255452a commit b401b6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: java
jdk:
- oraclejdk8
install: mvn install -DskipTests=true -Dgpg.skip=true
after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit b401b6c

Please sign in to comment.