Permalink
Browse files
travis: treat all compiler warnings as errors
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
.travis.yml
|
@@ -33,7 +33,7 @@ addons: |
|
|
|
|
|
script: |
|
|
- autoreconf -fiv -Wall |
|
|
- ./configure $CONFIGURE_OPTIONS |
|
|
- ./configure CFLAGS=-Werror $CONFIGURE_OPTIONS |
|
|
- make -j |
|
|
- sudo env "PATH=$PATH" make install |
|
|
|
|
|
0 comments on commit
3f303f3