Travis: combine sbt stage sbt test steps

This commit is contained in:
Isaac Levy 2017-05-20 11:43:27 -04:00
parent 9be57a9e58
commit adb1f7cc9b

View file

@ -32,9 +32,8 @@ jobs:
- stage: test
language: scala
jdk: oraclejdk8
script: sbt test
script: sbt stage;test
after_success:
- sbt stage
- git log -n 1 --pretty=oneline > commit.txt
- tar -zcf "lila-server-${TRAVIS_BRANCH}.tar.gz" target/universal/stage LICENSE COPYING.md README.md commit.txt
before_cache: