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