Skip to content

Commit 3181d75

Browse files
committed
Set up travis validation.
1 parent 917f4c2 commit 3181d75

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
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+

0 commit comments

Comments
 (0)