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