Skip to content

Commit

Permalink
Install codecov on codecov CI targets only
Browse files Browse the repository at this point in the history
  • Loading branch information
vinniefalco committed Dec 3, 2017
1 parent 2f451ba commit 0d8b79a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ matrix:
- TOOLSET=gcc
- COMPILER=g++-6
- CXXSTD=c++11
before_install:
- pip install --user https://github.com/codecov/codecov-python/archive/master.zip
addons:
apt:
packages:
Expand Down Expand Up @@ -118,9 +120,6 @@ matrix:

# OSX

before_install: &base_before_install
- pip install --user https://github.com/codecov/codecov-python/archive/master.zip

install:
- export BOOST_BRANCH=develop && [ "$TRAVIS_BRANCH" == "master" ] && BOOST_BRANCH=master || true
- cd ..
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Version 144-hf1:

* Update reports for hybrid assessment
* Handle invalid deflate frames
* Install codecov on codecov CI targets only

--------------------------------------------------------------------------------

Expand Down

0 comments on commit 0d8b79a

Please sign in to comment.