summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2017-11-05 11:51:38 +1100
committerDamien Zammit <damien@zamaudio.com>2017-11-05 11:51:38 +1100
commit284e6a3cbba91d02d3e0fc3fb5daa386a4895dc0 (patch)
tree02bc4ee826cfd43b6b95b835658d8af58756e527
parent8cff23e910927562a46c752e5d4cfcdebc694fd0 (diff)
travis: Bump dep to new version without bogus pthread incs
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 57fc981..37fdb93 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ before_install:
- wget http://zamaudio.com/mbox2/apple-macports-libsamplerate_0.1.9-1_all.deb
- wget http://zamaudio.com/mbox2/mingw64-x-fftw-3_3.3.3-3_all.deb
- wget http://zamaudio.com/mbox2/mingw64-x-libsamplerate_0.1.9-1_all.deb
-- wget http://zamaudio.com/mbox2/mingw64-x-pthread_0.0.1-1_all.deb
+- wget http://zamaudio.com/mbox2/mingw64-x-pthread_0.0.1-2_all.deb
- wget http://ppa.launchpad.net/kxstudio-team/builds/ubuntu/pool/main/a/apple-macports-liblo/apple-macports-liblo_0.26-1_all.deb
- wget http://ppa.launchpad.net/kxstudio-team/builds/ubuntu/pool/main/a/apple-x86-gcc/apple-x86-gcc_4.2.1~5646-1kxstudio2_amd64.deb
- wget http://ppa.launchpad.net/kxstudio-team/builds/ubuntu/pool/main/a/apple-x86-odcctools/apple-x86-odcctools_758.159-0kxstudio2_amd64.deb
@@ -34,7 +34,7 @@ before_install:
- sudo apt-get install mingw64-x-binutils -y
- sudo apt-get install mingw64-x-pkgconfig -y
- sudo apt-get install mingw64-x-liblo -y
-- sudo dpkg -i mingw64-x-pthread_0.0.1-1_all.deb
+- sudo dpkg -i mingw64-x-pthread_0.0.1-2_all.deb
- sudo dpkg -i mingw64-x-fftw-3_3.3.3-3_all.deb
- sudo dpkg -i mingw64-x-libsamplerate_0.1.9-1_all.deb
- sudo apt-get install g++-4.8 -y