Skip to content

Commit

Permalink
Adding coveralls to the CI to update the code coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoramite committed Apr 8, 2017
1 parent 2c97659 commit 2c8981f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,16 @@ before_script:
pip install virtualenv;
fi
- pip install -r requirements-dev.txt
- pip install coveralls
- wget -nv https://storage.googleapis.com/appengine-sdks/featured/${GAE_ZIP}
- unzip -q ${GAE_ZIP} -d ${HOME}

script:
- make test-ci

after_success:
- coveralls

before_deploy:
- make release-ci
- FILENAME_CI=dist/Grow-SDK-${TRAVIS_OS_NAME/linux/Linux}-${TRAVIS_TAG}.zip
Expand Down

0 comments on commit 2c8981f

Please sign in to comment.