Skip to content

Commit df3c9d5

Browse files
committed
Convert all warnings to errors
1 parent d92b6d8 commit df3c9d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ install:
5252
script:
5353
# Build ruby gem
5454
- gem build symengine.gemspec
55+
# Convert all warnings to errors
56+
- export CFLAGS="-Werror"
5557
# Install ruby gem
5658
- gem install symengine-0.1.0.gem --install-dir $HOME --verbose -- -DSymEngine_DIR=$our_install_dir
5759

0 commit comments

Comments
 (0)