Skip to content

Commit a39564e

Browse files
committed
Try #2 at travis
1 parent 1af9fbc commit a39564e

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.travis.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
language: java
2-
install: git submodule init
3-
git submodule update
4-
cd AlexIILLib
5-
./gradlew setupCIWorkspace
6-
./gradlew build
7-
cd ..
8-
./gradlew setupCIWorkspace
2+
install: "cd AlexIILLib"
3+
"./gradlew setupCIWorkspace"
4+
"./gradlew build"
5+
"cd .."
6+
"./gradlew setupCIWorkspace"
97
script: ./gradlew build

0 commit comments

Comments
 (0)