We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917f4c2 commit 3181d75Copy full SHA for 3181d75
.travis.yml
@@ -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
+ - adriaan.moors@typesafe.com
0 commit comments