Skip to content

Commit

Permalink
Build for latest scala (2.11.6 and 2.11.7) and JDK 8
Browse files Browse the repository at this point in the history
  • Loading branch information
izmailoff committed Dec 28, 2015
1 parent d1efc14 commit fe1d9df
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
language: scala
scala:
- 2.11.7
- 2.11.6
- 2.11.5
- 2.11.4
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
- openjdk8

script: "sbt clean coverage test"
after_success: "sbt coveralls"

0 comments on commit fe1d9df

Please sign in to comment.