File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ language : scala
2+ script :
3+ - sbt ++$TRAVIS_SCALA_VERSION 'set concurrentRestrictions in Global += Tags.limit(Tags.Compile, 2)' compile test:compile
4+ - sbt ++$TRAVIS_SCALA_VERSION 'set concurrentRestrictions in Global += Tags.limit(Tags.Test, 1)' test
5+ scala :
6+ - 2.10.3
7+ - 2.11.0-M6
8+ jdk :
9+ - oraclejdk6
10+ - openjdk7
11+ notifications :
12+ email :
13+ - adriaan.moors@typesafe.com
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ TestKeys.includeTestDependencies := true
8686libraryDependencies ++= Seq (" junit" % " junit" % " 4.11" % " test" , " com.novocode" % " junit-interface" % " 0.10" % " test" )
8787
8888// default
89- TestKeys .partestVersion := " 1.0.0-RC6 "
89+ TestKeys .partestVersion := " 1.0.0-RC7 "
9090
9191// the actual partest the interface calls into -- must be binary version close enough to ours
9292// so that it can link to the compiler/lib we're using (testing)
You can’t perform that action at this time.
0 commit comments