summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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 b9dc8e87..ca14c884 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,7 +45,7 @@ before_script:
45 45
46script: 46script:
47 - autoreconf -i 47 - autoreconf -i
48 - CFLAGS=-Ofast ./configure --enable-daemon --enable-ntox 48 - CFLAGS="-Ofast -Wall -Wextra" ./configure --enable-daemon --enable-ntox
49 - make -j3 49 - make -j3
50 - make check 50 - make check
51 - make dist 51 - make dist