Skip to content

Commit

Permalink
Temporary workaround for #720 - don't run unit tests on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
barbeau committed Jan 23, 2017
1 parent 8c0db6f commit bdd27e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ before_script:
# Only run tests on the main two OneBusAway brand flavors
script:
- ./wait_for_emulator
- ./gradlew connectedObaGoogleDebugAndroidTest connectedObaAmazonDebugAndroidTest -PdisablePreDex
- ./gradlew assembleObaGoogleDebug assembleObaAmazonDebug -PdisablePreDex

notifications:
webhooks:
Expand Down

0 comments on commit bdd27e3

Please sign in to comment.