File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,14 @@ language: scala
22script :
33 - sbt ++$TRAVIS_SCALA_VERSION clean update compile test
44scala :
5- - 2.11.0
5+ - 2.11.1
66jdk :
77 - openjdk6
88 - openjdk7
99notifications :
1010 email :
1111 - adriaan.moors@typesafe.com
12+ - antoine@gourlay.fr
1213
1314# if we get weird timeouts, see https://github.com/spray/spray/pull/233
1415# 'set concurrentRestrictions in Global += Tags.limit(Tags.Test, 1)'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name := "scala-parser-combinators"
66
77version := " 1.0.2-SNAPSHOT"
88
9- scalaVersion := " 2.11.0 "
9+ scalaVersion := " 2.11.1 "
1010
1111snapshotScalaBinaryVersion := " 2.11"
1212
Original file line number Diff line number Diff line change 1- sbt.version =0.13.1
1+ sbt.version =0.13.5
You can’t perform that action at this time.
0 commit comments