Install codecov on codecov CI targets only

This commit is contained in:
Vinnie Falco
2017-12-02 10:32:29 -08:00
parent 2f451badc8
commit 0d8b79abb5
2 changed files with 3 additions and 3 deletions

View File

@@ -43,6 +43,8 @@ matrix:
- TOOLSET=gcc - TOOLSET=gcc
- COMPILER=g++-6 - COMPILER=g++-6
- CXXSTD=c++11 - CXXSTD=c++11
before_install:
- pip install --user https://github.com/codecov/codecov-python/archive/master.zip
addons: addons:
apt: apt:
packages: packages:
@@ -118,9 +120,6 @@ matrix:
# OSX # OSX
before_install: &base_before_install
- pip install --user https://github.com/codecov/codecov-python/archive/master.zip
install: install:
- export BOOST_BRANCH=develop && [ "$TRAVIS_BRANCH" == "master" ] && BOOST_BRANCH=master || true - export BOOST_BRANCH=develop && [ "$TRAVIS_BRANCH" == "master" ] && BOOST_BRANCH=master || true
- cd .. - cd ..

View File

@@ -2,6 +2,7 @@ Version 144-hf1:
* Update reports for hybrid assessment * Update reports for hybrid assessment
* Handle invalid deflate frames * Handle invalid deflate frames
* Install codecov on codecov CI targets only
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------