Skip to content

Commit

Permalink
travis: build the examples too
Browse files Browse the repository at this point in the history
to make sure they keep building warning-free

Closes #1777
  • Loading branch information
bagder committed Aug 14, 2017
1 parent 5c2aac7 commit b53b4e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -90,13 +90,13 @@ script:
- |
if [ "$T" = "debug" ]; then
./configure --enable-debug --enable-werror $C
make
make && make examples
make TFLAGS=-n test-nonflaky
fi
- |
if [ "$T" = "normal" ]; then
./configure --enable-warnings --enable-werror $C
make
make && make examples
make test-nonflaky
fi
- |
Expand Down

0 comments on commit b53b4e4

Please sign in to comment.