Skip to content

Commit

Permalink
updated .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckland committed Jul 23, 2018
1 parent aa38652 commit f6c5eac
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
language: rust
sudo: false

matrix:
include:
- rust: stable
- rust: beta
- rust: nightly
script:
- cargo test
- cargo test --features nightly

rust:
- nightly-2018-07-16
# - nightly-2018-07-16
- nightly

script:
- cargo test --verbose
- cargo build --verbose
- cargo test --verbose && cargo build --verbose && cargo install

0 comments on commit f6c5eac

Please sign in to comment.