summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-06-10 19:02:43 -0400
committerirungentoo <irungentoo@gmail.com>2014-06-10 19:02:43 -0400
commit95e896a52e4c253dd0446c16d9e26eb1d71f19e6 (patch)
tree71a2b93c62b9488d5be3df45a5a87d54f453ee1b /.travis.yml
parent2fa8815a8516c2cb51ce3c508fc40e7db8d4e103 (diff)
Added warnings to travis building.
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