summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes.rudolph@gmail.com>2014-03-12 16:29:36 +0100
committerJohannes Rudolph <johannes.rudolph@gmail.com>2014-03-12 16:29:36 +0100
commit6d29e6e22a36e2f0ce2b7308d6a75c5204c33b50 (patch)
tree0601cafeb233a59e751672891d15071763604b80 /.travis.yml
parent402cc52c0d4a65be3c30039a559ffc54c53b1c4a (diff)
downloadspray-json-6d29e6e22a36e2f0ce2b7308d6a75c5204c33b50.tar.gz
spray-json-6d29e6e22a36e2f0ce2b7308d6a75c5204c33b50.tar.bz2
spray-json-6d29e6e22a36e2f0ce2b7308d6a75c5204c33b50.zip
In Travis run tests for all cross-built scala versions
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 6c98a52..de044d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,6 @@
language: scala
script:
- - sbt ++$TRAVIS_SCALA_VERSION 'set concurrentRestrictions in Global += Tags.limit(Tags.Compile, 2)' compile test:compile test
-scala:
- - 2.10.3
+ - sbt "+ test"
jdk:
- oraclejdk7
- openjdk7