Skip to content

Commit

Permalink
Add -Wconversion flag for gcc in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed May 1, 2018
1 parent 2415114 commit 7e57cc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions travis/travis_script.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash
set -e -x

export CFLAGS="-Wconversion"

if [ x${OLDPY} == x ]; then
PYTHON=python
else
Expand Down

0 comments on commit 7e57cc0

Please sign in to comment.