Skip to content

Commit

Permalink
change travis to run on nightly/stable
Browse files Browse the repository at this point in the history
  • Loading branch information
dgunay committed Aug 13, 2020
1 parent cc17288 commit e3e4ac6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: rust
rust:
- 1.33.0
- stable
- nightly
install:
- rustup component add rustfmt
- rustup component add clippy
Expand All @@ -9,3 +10,6 @@ script:
# - cargo clippy -- -D warnings
- cargo test
- cargo package
jobs:
allow_failures:
- rust: nightly

0 comments on commit e3e4ac6

Please sign in to comment.