diff options
-rw-r--r-- | .travis.yml | 4 |
1 files 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 |