Skip to content

Commit

Permalink
travis: set JDK to 8, compat. issue with ScalaTest 3.0.2 and JDK 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jpzk committed May 24, 2017
1 parent c0b6cce commit fb41692
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
Expand Up @@ -2,6 +2,9 @@ language: scala
scala:
- 2.11.8

jdk:
- oraclejdk8

script:
- sbt clean coverage test coverageReport

Expand Down

0 comments on commit fb41692

Please sign in to comment.