# HG changeset patch # User Matt Johnston # Date 1394196777 -28800 # Node ID 6e2aa862e1671ec73e09f767e5bd24deac660e46 # Parent e630c7aecff73794d378353d159059ed1e12c19a The arguments are for configure, not make! diff -r e630c7aecff7 -r 6e2aa862e167 .travis.yml --- a/.travis.yml Fri Mar 07 20:44:32 2014 +0800 +++ b/.travis.yml Fri Mar 07 20:52:57 2014 +0800 @@ -2,7 +2,7 @@ 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