From 3485a556c4f882b76646e5e10154b8a727c251b5 Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Tue, 10 Jun 2014 18:15:37 -0300 Subject: + travis: separate compile/test and execute all tests sequentially --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3