1 2 3 4 5 6 7 8 9 10 11 12 13 14
os: - linux - mac - windows sudo: false language: rust rust: - nightly - beta - stable - 1.26.0 script: - cargo test - cargo test --no-default-features