Skip to content

Commit

Permalink
Merge pull request #630 from pushtorefresh/codecov.io
Browse files Browse the repository at this point in the history
Add integration of Travis CI with Codecov.io
  • Loading branch information
artem-zinnatullin committed Mar 16, 2016
2 parents be0d176 + 57f0f98 commit 3844baf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Expand Up @@ -4,15 +4,23 @@ sudo: false
language: android
jdk: oraclejdk8

before_install:
- pip install --user codecov

android:
components:
- platform-tools
- tools
- android-23
- build-tools-23.0.1
- extra-android-m2repository
- extra-android-support

script:
- sh ci.sh

after_success:
- codecov

notifications:
email:
Expand Down
3 changes: 0 additions & 3 deletions ci.sh
@@ -1,6 +1,3 @@
#!/bin/bash
# Please run it from root project directory
./gradlew clean build checkstyle -PdisablePreDex

# TODO REMOVE
cat storio-common/build/outputs/lint-results.xml

0 comments on commit 3844baf

Please sign in to comment.