Skip to content

Commit e73a16a

Browse files
committed
try #3
1 parent a39564e commit e73a16a

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.travis.yml

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

0 commit comments

Comments
 (0)