Test stable support in Travis

This commit is contained in:
David Tolnay 2018-11-18 02:41:38 -08:00
parent 0e4123f927
commit 345b844885
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 10 additions and 4 deletions

View File

@ -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