Skip to content

Commit

Permalink
Test stable support in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 18, 2018
1 parent 0e4123f commit 345b844
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
language: rust
rust:
- nightly

cache:
directories:
- /home/travis/.cargo
script:
- cargo test

matrix:
include:
- rust: nightly
script: cargo test
- rust: beta
script: cargo check --manifest-path examples/wasm/Cargo.toml
- rust: stable
script: cargo check --manifest-path examples/wasm/Cargo.toml

0 comments on commit 345b844

Please sign in to comment.