You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
275 B

language: rust
rust:
- stable
- beta
- nightly
script:
- cargo test --all
matrix:
include:
- rust: 1.31.0
script: cargo test --tests # skip doctests
allow_failures:
- rust: nightly
fast_finish: true
notifications:
email:
on_success: never