From a42a441a6a308c43698a06eaf7e3545cd664c948 Mon Sep 17 00:00:00 2001 From: paboyle Date: Thu, 7 Jul 2016 22:35:45 +0100 Subject: [PATCH] Rename the reconfigure script to ./autogen.sh --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a2154ead..7c87dabc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -82,7 +82,7 @@ install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export LDFLAGS='-L/usr/local/lib'; fi script: - - ./scripts/reconfigure_script + - ./autogen.sh - mkdir build - cd build - ../configure CXXFLAGS="-msse4.2 -O3 -std=c++11" LIBS="-lmpfr -lgmp" --enable-precision=single --enable-simd=SSE4 --enable-comms=none