1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
language: scala scala: - 2.11 sudo: false cache: directories: $HOME/.ivy2 git: depth: 3 branches: only: - travis - master env: global: SBT_OPTS=-Dsbt.log.noformat=true script: - sbt $SBP_OPTS clean test - make clean build-scala regress