travis: run sbt stage, then test

This commit is contained in:
Niklas Fiekas 2017-05-20 17:54:50 +02:00
parent adb1f7cc9b
commit e44dd87dfd

View file

@ -32,7 +32,7 @@ jobs:
- stage: test
language: scala
jdk: oraclejdk8
script: sbt stage;test
script: sbt stage test
after_success:
- 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