Changes in .travis.yml [d4a1d0f:d252666]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
rd4a1d0f rd252666 63 63 - sox 64 64 - lcov 65 homebrew: 66 packages: 67 - sox 68 - ffmpeg 69 - libsndfile 70 - lcov 71 #update: true 65 72 66 73 before_install: 67 74 - | 68 75 if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then 69 brew update70 brew install sox71 brew install ffmpeg72 brew install libsndfile73 brew install lcov74 76 export PATH="$HOME/Library/Python/2.7/bin/:$PATH" 75 77 fi; … … 84 86 - which pip 85 87 - pip --version 86 - pip install python-coveralls87 - gem install coveralls-lcov88 88 89 89 script: … … 100 100 - | 101 101 if [[ -z "$AUBIO_NOTESTS" ]]; then 102 # upload lcov coverage to coveralls.io103 coveralls-lcov build/coverage.info104 # upload python coverage105 #coveralls106 102 # upload to codecov 107 103 bash <(curl -s https://codecov.io/bash)
Note: See TracChangeset
for help on using the changeset viewer.