Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Commit

Permalink
Travis: Fail build on warnings.
Browse files Browse the repository at this point in the history
This may be a bit strict, but let us try. We don't want to miss warnings
that may have security implications.
  • Loading branch information
olavmo-sikt committed Nov 10, 2015
1 parent f482a9c commit a0bdfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ env:
install:
- sudo apt-get update -qq
- sudo apt-get install -qq "$APACHE_PKG" libglib2.0-dev liblasso3-dev libssl-dev
script: ./autogen.sh && ./configure && make && make distfile
script: ./autogen.sh && ./configure CFLAGS=-Werror && make && make distfile

0 comments on commit a0bdfb9

Please sign in to comment.