Skip to content

Commit 7169e47

Browse files
committed
Modified .travis.yml to use assembleDebug as a main build coomand.
1 parent 6e0cfbb commit 7169e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ android:
66
- android-26
77
- extra-android-m2repository
88
script:
9-
- ./gradlew build
9+
- ./gradlew assembleDebug
1010
before_install:
1111
- chmod +x gradlew

0 commit comments

Comments
 (0)