1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-24 23:47:11 -07:00

Build travis in two phases

This commit is contained in:
Cedric Beust 2016-06-08 06:07:25 -07:00
parent 9204c22bbd
commit 80c24076ac
2 changed files with 5 additions and 2 deletions

View file

@ -1 +1,4 @@
java -Xmx2048m -jar $(dirname $0)/kobalt/wrapper/kobalt-wrapper.jar $*
java -Xmx2048m -jar $(dirname $0)/kobalt/wrapper/kobalt-wrapper.jar $* assemble
java -Xmx2048m -jar $(dirname $0)/kobalt/wrapper/kobalt-wrapper.jar $* test