From afda9193dcd72c0166936ec768113c60bd694855 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Mon, 14 May 2018 21:33:31 +0100 Subject: [PATCH] Possible CI fixes --- .appveyor.yml | 2 +- .travis.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index ce01773..36094aa 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -3,7 +3,7 @@ configuration: - Release platform: - - Win32 + - x86 - x64 install: diff --git a/.travis.yml b/.travis.yml index 9d919c6..e21dd56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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