Skip to content

Commit

Permalink
Switch travis to nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystucki committed Nov 5, 2018
1 parent a08ad7a commit 3772b00
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ sudo: false
dist: trusty
language: rust

rust:
- nightly

install:
- rustup component add clippy-preview
- rustup component add rustfmt-preview

script:
- cargo build
- cargo test
- cargo clippy -- -Dwarnings
- cargo fmt --all -- --check

0 comments on commit 3772b00

Please sign in to comment.