From 2f0b35a105e538597ddd0a51310560711049920c Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Fri, 7 Mar 2014 20:52:57 +0800 Subject: [PATCH] The arguments are for configure, not make! --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9ebe518..5e591b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: c compiler: - gcc -script: autoconf && autoheader && ./configure && make --$BUNDLEDLIBTOM-bundled-libtom CFLAGS="-O2 -Wall -Wno-pointer-sign" +script: autoconf && autoheader && ./configure --$BUNDLEDLIBTOM-bundled-libtom CFLAGS="-O2 -Wall -Wno-pointer-sign" && make before_install: - sudo apt-get update -qq