Update .travis.yml

This commit is contained in:
probonopd
2016-09-06 14:13:23 +02:00
committed by GitHub
parent 734673a22b
commit 16bbd2162f
+3
View File
@@ -15,6 +15,9 @@ env: COMPILER=g++-6
before_install: before_install:
- sudo add-apt-repository --yes ppa:beineri/opt-qt57-trusty - sudo add-apt-repository --yes ppa:beineri/opt-qt57-trusty
- sudo apt-get update -qq - sudo apt-get update -qq
- wget https://nixos.org/releases/patchelf/patchelf-0.9/patchelf-0.9.tar.bz2
- tar xf patchelf-0.9.tar.bz2
- ( cd patchelf-0.9/ && ./configure && make && sudo make install )
install: install:
# Packages from https://launchpad.net/~beineri/+archive/ubuntu/opt-qt57-trusty # Packages from https://launchpad.net/~beineri/+archive/ubuntu/opt-qt57-trusty