travis: swap stage/test order

pull/3062/head
Niklas Fiekas 2017-05-20 17:56:27 +02:00
parent e44dd87dfd
commit 494c01a406
1 changed files with 1 additions and 1 deletions

View File

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