Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Flag travis to use Java 8
  • Loading branch information
stewbis committed Nov 2, 2015
1 parent 40a9e25 commit 73064ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
language: java
sudo: false
jdk:
- oraclejdk8
after_success:
- mvn clean cobertura:cobertura coveralls:cobertura

0 comments on commit 73064ad

Please sign in to comment.