Skip to content

Commit

Permalink
Clean workspace before build/test. Because cleaning is always a good …
Browse files Browse the repository at this point in the history
…approche, isn't it? ;)
  • Loading branch information
StefMa committed Sep 26, 2017
1 parent 70e19ec commit bbe0ee6
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 @@ -43,7 +43,7 @@ before_script:
- adb shell input keyevent 82 &

script:
- ./gradlew build jacocoTestReport assembleAndroidTest connectedCheck
- ./gradlew clean build jacocoTestReport assembleAndroidTest connectedCheck

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit bbe0ee6

Please sign in to comment.