Skip to content
Browse files

Add integration of Travis CI with Codecov.io

  • Loading branch information...
1 parent be0d176 commit 57f0f98ba99017044312e5c97f57ff236215937c @artem-zinnatullin artem-zinnatullin committed
Showing with 8 additions and 3 deletions.
  1. +8 −0 .travis.yml
  2. +0 −3 ci.sh
View
8 .travis.yml
@@ -4,8 +4,13 @@ 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
@@ -13,6 +18,9 @@ android:
script:
- sh ci.sh
+
+after_success:
+ - codecov
notifications:
email:
View
3 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 57f0f98

Please sign in to comment.
Something went wrong with that request. Please try again.