Skip to content

Instantly share code, notes, and snippets.

@ashleygwilliams
Created July 10, 2018 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashleygwilliams/30c9bf3b39b6f442469e7b18dcafaf03 to your computer and use it in GitHub Desktop.
Save ashleygwilliams/30c9bf3b39b6f442469e7b18dcafaf03 to your computer and use it in GitHub Desktop.
language: rust
sudo: false
matrix:
include:
# tests pass
- rust: nightly
script:
- cargo test --locked
- rustup component add rustfmt-preview
- cargo fmt --all -- --check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment