Merge pull request #37 from jonas-schievink/patch-1

Deny warnings on Travis
This commit is contained in:
kyren 2017-08-02 17:17:06 -04:00 committed by GitHub
commit 93e8d7bc5c
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ rust:
- stable
- beta
- nightly
env:
- RUSTFLAGS="-D warnings"
matrix:
allow_failures:
- rust: nightly