]> git.lizzy.rs Git - enumset.git/blob - .travis.yml
Unify some redundant code between the variant count checks for repr/serialize_repr
[enumset.git] / .travis.yml
1 language: rust
2
3 matrix:
4   include:
5     - rust: stable
6     - rust: beta
7     - rust: nightly
8     - rust: 1.36.0
9
10 script:
11   - cd "${TRAVIS_BUILD_DIR}/enumset"
12   - cargo test
13   - cargo test --features serde
14   - cargo test --features alloc
15   - cargo test --features std
16   - cargo test --release --all-features