Skip to content

Commit

Permalink
Add -Wall
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Apr 19, 2013
1 parent 79cdbfb commit 9465f49
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -11,4 +11,9 @@ before_install:
- sudo apt-get install -qq libkrb5-dev libgdbm-dev libhiredis-dev libldap2-dev libpam0g-dev libpcap-dev libperl-dev
- sudo apt-get install -qq libpq-dev libreadline-dev libsnmp-dev libiodbc2-dev libyubikey-dev libykclient-dev firebird-dev
- sudo apt-get install -qq freetds-dev python-dev ruby-dev
script: ./configure -C --prefix=$HOME/travis && make -j8 && make travis-test
env:
- CFLAGS="-Wall $CFLAGS"
script:
- ./configure -C --prefix=$HOME/travis
- make -j8
- make travis-test

0 comments on commit 9465f49

Please sign in to comment.