Skip to content

Commit 1af9fbc

Browse files
committed
Update .travis.yml to (hopefully) build now
1 parent bc0140a commit 1af9fbc

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
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
9+
script: ./gradlew build

0 commit comments

Comments
 (0)