Final (hopefully) testing with Travis.
This commit is contained in:
parent
0450b596e2
commit
407ae4d3a5
2 changed files with 2 additions and 3 deletions
|
@ -10,4 +10,4 @@ cache:
|
|||
- $HOME/.m2
|
||||
- $HOME/.kobalt
|
||||
|
||||
script: sh -x kobaltw clean assemble
|
||||
script: ./kobaltw clean assemble
|
||||
|
|
3
kobaltw
3
kobaltw
|
@ -1,3 +1,2 @@
|
|||
#!/usr/bin/env sh
|
||||
DIRNAME=`dirname $0`
|
||||
java -jar $DIRNAME/kobalt/wrapper/kobalt-wrapper.jar $*
|
||||
java -jar "`dirname "$0"`/kobalt/wrapper/kobalt-wrapper.jar" $*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue