Skip to content

Commit

Permalink
Fix #210: WARNINGS_AS_ERRORS doesn't work (#211)
Browse files Browse the repository at this point in the history
#210 was created under assumption `build.py` is actually used, but upon
inspecting `.travis.yml` it turns out it is not.
  • Loading branch information
janisozaur authored and msciotti committed Nov 6, 2018
1 parent ac2d064 commit 98855b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -43,5 +43,5 @@ before_install:
script:
- mkdir build
- cd build
- cmake -DCLANG_FORMAT_SUFFIX=$CLANG_FORMAT_SUFFIX --config Release ..
- cmake -DCLANG_FORMAT_SUFFIX=$CLANG_FORMAT_SUFFIX -DWARNINGS_AS_ERRORS=On --config Release ..
- cmake --build . -- -j2

0 comments on commit 98855b4

Please sign in to comment.