From dbc82511756969137fb96f82480a6dbd8702ea6c Mon Sep 17 00:00:00 2001 From: Timothy Stack Date: Fri, 7 Apr 2017 09:34:23 -0700 Subject: [PATCH] [build] one more time --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aa91fcc6..f3a55bb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ compiler: gcc sudo: false install: - if [ "$CXX" = "g++" ]; then export CXX="g++-5" CC="gcc-5"; fi -script: ./autogen.sh && ./configure LDFLAGS="-static-libstdc++ -static-libgcc" && make distcheck -j3 +script: ./autogen.sh && ./configure LDFLAGS="-static" && make distcheck -j3 after_script: test -e test/test-suite.log && cat test/test-suite.log env: