Workaround for travis not having enough memory :-/ guess we'll just build debug versions

This commit is contained in:
Anthony Restaino 2016-02-05 22:27:41 -05:00
parent 000ecbdc25
commit c4e5553785

View File

@ -18,4 +18,4 @@ before_install:
install:
- ./gradlew
script:
- ./gradlew assembleRelease --stacktrace
- ./gradlew assembleDebug --stacktrace