Possible CI fixes

This commit is contained in:
Chris Cannam
2018-05-14 21:33:31 +01:00
parent d7108dba95
commit afda9193dc
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ configuration:
- Release - Release
platform: platform:
- Win32 - x86
- x64 - x64
install: install:

View File

@@ -15,6 +15,7 @@ addons:
apt: apt:
packages: packages:
- libsndfile-dev - libsndfile-dev
- libsamplerate-dev
before_install: before_install:
- if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew update ; brew install libsndfile ; fi - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew update ; brew install libsndfile ; fi