Changeset d252666
- Timestamp:
- Nov 22, 2018, 3:20:40 AM (6 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
- Children:
- 5a02e53
- Parents:
- 9617edd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified .travis.yml ΒΆ
r9617edd 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;
Note: See TracChangeset
for help on using the changeset viewer.