From 87c8d9a7d5afd4a39aef8a8199d2ae5e3e8b2340 Mon Sep 17 00:00:00 2001 From: hasufell Date: Sat, 31 May 2014 02:12:18 +0200 Subject: [PATCH] TRAVIS: another try to fix travis build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 37164ca..afa224f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,6 @@ before_script: - ./configure --prefix=/usr --with-gmp=/usr --with-mpfr=/usr CC=gcc CXX=g++ - make - sudo make install + - cd .. script: - make