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
platform:
- Win32
- x86
- x64
install:

View File

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