trying script on new line
This commit is contained in:
parent
d3956df9f7
commit
ba00088d1e
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
language: scala
|
||||
|
||||
install: ./gradlew setupCIWorkspace -S
|
||||
before_script: chmod +x gradlew
|
||||
before_script:
|
||||
chmod +x gradlew
|
||||
script: ./gradlew build curse -S
|
||||
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue