We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af9fbc commit a39564eCopy full SHA for a39564e
1 file changed
.travis.yml
@@ -1,9 +1,7 @@
1
language: java
2
-install: git submodule init
3
- git submodule update
4
- cd AlexIILLib
5
- ./gradlew setupCIWorkspace
6
- ./gradlew build
7
- cd ..
8
+install: "cd AlexIILLib"
+ "./gradlew setupCIWorkspace"
+ "./gradlew build"
+ "cd .."
9
script: ./gradlew build
0 commit comments