summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2014-03-07 20:52:57 +0800
committerMatt Johnston <matt@ucc.asn.au>2014-03-07 20:52:57 +0800
commit2f0b35a105e538597ddd0a51310560711049920c (patch)
tree71cbd6114df5f2da13641e9dfa67204e3bb2b5f4 /.travis.yml
parent7a9ed81f5fbc3c964ef017b417d2bf28946fd392 (diff)
The arguments are for configure, not make!
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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