travis: swap stage/test order

This commit is contained in:
Niklas Fiekas 2017-05-20 17:56:27 +02:00
parent e44dd87dfd
commit 494c01a406

View file

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