blob: 9539d5771eea66a927a46b99650cae62d1035130 [file] [log] [blame]
language: rust
rust:
- 1.15.0
- 1.22.0
- 1.26.0
- stable
- beta
- nightly
sudo: false
script:
- cargo build --verbose
- ./ci/test_full.sh
notifications:
email:
on_success: never
branches:
only:
- master
- next
- staging
- trying