Bug 1661283 Part 5: Add a test of GetOverflowingChildrenOfElement on the body element...
[gecko.git] / third_party / rust / failure / .travis.yml
blob53c70e9d5d01fbc75662fab783313b7e1b529ea9
1 language: rust
2 rust:
3     - 1.31.0
4     - stable
5     - beta
6     - nightly
7 cache: cargo
8 script:
9   - if [ "$TRAVIS_RUST_VERSION" == "1.31.0" ]; then cp Cargo.lock.ci Cargo.lock; fi
10   - cargo test
11   - cargo test --features backtrace
12   - cargo check --no-default-features