From 2216711b268f461736d49a64c1078456db5a8dd8 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 16 Sep 2016 13:54:21 +0200 Subject: travis: fix bootstrap --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 97f5610..c63bc7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,12 +18,12 @@ compiler: script: - | - ./bootstrap.sh + ./bootstrap CC=gcc-5 CXX=g++-5 ./configure make - | sudo apt-get install libmagickwand-dev - ./bootstrap.sh + ./bootstrap CC=gcc-5 CXX=g++-5 ./configure make -- cgit v1.2.3