aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2014-06-10 18:15:37 -0300
committerIvan Topolnjak <ivantopo@gmail.com>2014-06-10 18:15:37 -0300
commit3485a556c4f882b76646e5e10154b8a727c251b5 (patch)
tree010566d2989a2f5d9c83a70554bf06e146570259
parent6778724e1f0d12e7921dbde42233f49212550579 (diff)
downloadKamon-3485a556c4f882b76646e5e10154b8a727c251b5.tar.gz
Kamon-3485a556c4f882b76646e5e10154b8a727c251b5.tar.bz2
Kamon-3485a556c4f882b76646e5e10154b8a727c251b5.zip
+ travis: separate compile/test and execute all tests sequentially
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 110c769b..f249b66f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,6 @@
language: scala
+script:
+ - sbt ++$TRAVIS_SCALA_VERSION 'set concurrentRestrictions in Global += Tags.limit(Tags.Compile, 2)' compile test:compile
+ - sbt ++$TRAVIS_SCALA_VERSION -Dakka.test.timefactor=1.5 'set concurrentRestrictions in Global += Tags.limit(Tags.Test, 1)' test
scala:
- - 2.10.3 \ No newline at end of file
+ - 2.10.3