Enable nTox in Travis

This commit is contained in:
Maxim Biro 2014-02-22 17:05:12 -05:00
parent 41ad4c4068
commit 44c1dfc5fd

View File

@ -45,7 +45,7 @@ before_script:
script:
- autoreconf -i
- CFLAGS=-Ofast ./configure --enable-daemon
- CFLAGS=-Ofast ./configure --enable-daemon --enable-ntox
- make -j3
- make check
- make dist