Skip to content

Commit

Permalink
Fix CircleCI; remove Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iSoron committed Mar 14, 2016
1 parent 4cf2b80 commit 012fed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
20 changes: 0 additions & 20 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ test:
- circle-android wait-for-boot
- adb shell input keyevent 82
- ./gradlew connectedAndroidTest
- cp -r my-project/build/outputs $CIRCLE_ARTIFACTS
- cp -r my-project/build/outputs/androidTest-results/* $CIRCLE_TEST_REPORTS
- cp -r app/build/outputs $CIRCLE_ARTIFACTS || echo ok
- cp -r app/build/reports/androidTests/connected/* $CIRCLE_TEST_REPORTS || echo ok

0 comments on commit 012fed0

Please sign in to comment.