Skip to content

Commit 40bb178

Browse files
committed
Merge pull request #11 from adriaanm/travis
Set up travis CI, bump partest to RC7
2 parents 2e5ea5e + 3181d75 commit 40bb178

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.travis.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ TestKeys.includeTestDependencies := true
8686
libraryDependencies ++= 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)

0 commit comments

Comments
 (0)