Skip to content

Commit

Permalink
Revert "add build command to travis script"
Browse files Browse the repository at this point in the history
This reverts commit f19643d.
  • Loading branch information
serggl committed Jan 23, 2017
1 parent f19643d commit e54eb82
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 @@ -17,7 +17,7 @@ before_script:
- adb shell input keyevent 82 &

script:
- ./gradlew build connectedCheck --project-prop sonatypeUsername=none --project-prop sonatypePassword=none --project-prop sonatypeRepo=none
- ./gradlew connectedCheck --project-prop sonatypeUsername=none --project-prop sonatypePassword=none --project-prop sonatypeRepo=none

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
Expand Down

0 comments on commit e54eb82

Please sign in to comment.