diff --git a/.travis.yml b/.travis.yml index 9ebe518d263eb5ee8519e63ff6ce2ab3229137fe..5e591b573f6be51f3008b80133977ef541f1f42c 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