diff --git a/.travis.yml b/.travis.yml index 4ab9ff7c..11f2acaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: @@ -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 .. diff --git a/CHANGELOG.md b/CHANGELOG.md index b85e9b8f..20c827fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +-------------------------------------------------------------------------------- + +Version 148: + +* Install codecov on codecov CI targets only + +-------------------------------------------------------------------------------- + Version 147: * Don't use boost::string_ref