File tree 2 files changed +14
-1
lines changed
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
+
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ TestKeys.includeTestDependencies := true
86
86
libraryDependencies ++= Seq (" junit" % " junit" % " 4.11" % " test" , " com.novocode" % " junit-interface" % " 0.10" % " test" )
87
87
88
88
// default
89
- TestKeys .partestVersion := " 1.0.0-RC6 "
89
+ TestKeys .partestVersion := " 1.0.0-RC7 "
90
90
91
91
// the actual partest the interface calls into -- must be binary version close enough to ours
92
92
// 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