Skip to content

Instantly share code, notes, and snippets.

@kmcallister
Created June 6, 2017 21:00
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kmcallister/896d9ff61068c34c9d7e205bd77185a6 to your computer and use it in GitHub Desktop.
Save kmcallister/896d9ff61068c34c9d7e205bd77185a6 to your computer and use it in GitHub Desktop.
travis setup for clippy (untested)
language: rust
rust:
- stable
- beta
- nightly
script:
- cargo build --verbose
- cargo test --verbose
- if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then cargo install clippy && cargo clippy; fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment