aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: f249b66f5bc39637c35f7fe3423a182caaecefa1 (plain) (blame)
1
2
3
4
5
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