Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit 88cfa0a

Browse files
committed
Use 2.11.0 for the travis build
We'll need to add 2.12.0-SNAPSHOT once we have nightlies published from the 2.12.x branch.
1 parent e200870 commit 88cfa0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: scala
22
script:
33
- sbt ++$TRAVIS_SCALA_VERSION clean update compile
44
scala:
5-
- 2.11.0-SNAPSHOT
5+
- 2.11.0
66
jdk:
77
- openjdk6
88
- openjdk7

0 commit comments

Comments
 (0)