Set up Travis build names

This commit is contained in:
David Tolnay 2018-11-24 15:24:23 -08:00
parent cf75d1b20b
commit cc801bd093
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -22,7 +22,7 @@ matrix:
- rust: 1.18.0
- rust: nightly
env: CLIPPY
name: Clippy
script:
- rustup component add clippy-preview || travis_terminate 0
- cargo clippy