Skip to content

Commit

Permalink
travis should use java 8 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Jan 23, 2016
1 parent 4acac5d commit 192a970
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
Expand Up @@ -2,7 +2,7 @@
scala:
- "2.11.7"
jdk:
- oraclejdk7
- oraclejdk8
script: "sbt clean coverage test"
after_success: "sbt coveralls"
env:
Expand Down

0 comments on commit 192a970

Please sign in to comment.