Skip to content

Commit 7ca25af

Browse files
committed
Fix gradle tasks on CI.
1 parent d898280 commit 7ca25af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ before_script:
4444
- chmod +x gradlew
4545

4646
script:
47-
./gradlew clean
48-
./gradlew compileApp
49-
./gradlew runUnitTests
47+
- ./gradlew clean
48+
- ./gradlew compileApp
49+
- ./gradlew runUnitTests

0 commit comments

Comments
 (0)