summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2017-10-29 20:04:52 +1100
committerDamien Zammit <damien@zamaudio.com>2017-10-29 20:04:52 +1100
commit038062309b391380de007ba0cfbdc73dc4915865 (patch)
treebc6874f0c7bd6efec1102a78276384083a6ef369
parent14bc5de3225c3daa146af7f513e9aa13177195a5 (diff)
travis: Remove mingw64-x-pthreads
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index bd2f905..6fedd34 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,7 +26,6 @@ before_install:
- wget -c https://launchpad.net/~flosoft/+archive/ubuntu/cross-apple/+files/apple-uni-sdk-10.5_20110407-0.flosoft1_amd64.deb --no-check-certificate
- wget http://ppa.launchpad.net/kxstudio-team/builds/ubuntu/pool/main/a/apple-x86-setup/apple-x86-setup_2_amd64.deb
- wget https://launchpad.net/~kxstudio-team/+archive/ubuntu/builds/+files/mingw64-x-libsamplerate_0.1.8-1kxstudio1_all.deb
-- wget https://launchpad.net/~kxstudio-team/+archive/ubuntu/builds/+files/mingw64-x-pthreads_2.9.1-2kxstudio1_all.deb
- sudo dpkg -i apple-x86-odcctools_758.159-0kxstudio2_amd64.deb
- sudo dpkg -i apple-x86-gcc_4.2.1~5646-1kxstudio2_amd64.deb
- sudo dpkg -i apple-uni-sdk-10.5_20110407-0.flosoft1_amd64.deb
@@ -46,7 +45,6 @@ before_install:
- sudo apt-get install mingw64-x-fftw3 -y
- sudo apt-get install mingw64-x-libsndfile -y
- sudo dpkg -i mingw64-x-libsamplerate_0.1.8-1kxstudio1_all.deb
-- sudo dpkg -i mingw64-x-pthreads_2.9.1-2kxstudio1_all.deb
- sudo apt-get install g++-4.8 -y
- sudo apt-get install binutils -y
- sudo apt-get install pkg-config -y