From 6ea1dca27392bac0cec146276883c09b7e970c24 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 20 Nov 2016 14:19:52 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 31fe501..0e6ab08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,8 @@ before_install: - sudo add-apt-repository --yes ppa:beineri/opt-qt57-trusty - sudo apt-get update -qq - git clone https://github.com/NixOS/patchelf.git - - cd patchelf + - cd patchelf + - bash ./bootstrap.sh - ./configure - make -j7 - sudo make install