add travis check for disable-wallet compile mode

This commit is contained in:
Jannis Froese 2014-05-02 15:13:55 +02:00
parent 89c25c96fc
commit 0278aa2fbb

View file

@ -13,7 +13,10 @@ script:
- ./autogen.sh
- ./configure CFLAGS="-O3"
- make -j 2
- cd ./src
- make check
- make clean
- ./configure --disable-wallet CFLAGS="-O3"
- make -j 2
- make check
notifications:
irc: