Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyofrancis authored Apr 8, 2018
1 parent 40c77c4 commit 9b339e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ before_install:

script:
- ./gradlew clean assemble
- ./gradlew test --stacktrace --info
- ./gradlew fetch2:connectedAndroidTest -PdisablePreDex --stacktrace --info
- ./gradlew assembleAndroidTest --stacktrace --info
- ./gradlew test
- ./gradlew fetch2:connectedAndroidTest -PdisablePreDex
- ./gradlew assembleAndroidTest


# Emulator Management: Create, Start and Wait
Expand Down

0 comments on commit 9b339e1

Please sign in to comment.