aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 734b0e3911ad7faf2c7bafe43b107371af877ac6 (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.11.1