1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 07:57:12 -07:00

Travis builds

This commit is contained in:
Cedric Beust 2016-06-08 05:33:56 -07:00
parent 99ec586877
commit e5ff564345
2 changed files with 2 additions and 1 deletions

View file

@ -10,4 +10,4 @@ jdk:
install: true install: true
script: ./kobaltw assemble test --log 2 script: ./build-travis.sh assemble test --log 2

1
build-travis.sh Normal file
View file

@ -0,0 +1 @@
java -Xmx512m -jar $(dirname $0)/kobalt/wrapper/kobalt-wrapper.jar $*