Skip to content

Commit

Permalink
Use normal gradle instead of the wrapper to bypass build errors when …
Browse files Browse the repository at this point in the history
…the gradle download server is down
  • Loading branch information
whoshuu committed Apr 11, 2015
1 parent 076043a commit 4cb3154
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 @@ -7,7 +7,7 @@ android:
- android-21

script:
- ./gradlew clean build connectedCheck coveralls
- gradle clean build connectedCheck coveralls

cache:
directories:
Expand Down

0 comments on commit 4cb3154

Please sign in to comment.