num-bigint-dig/.travis.yml
2019-01-15 12:19:14 +01:00

20 lines
247 B
YAML

language: rust
rust:
- 1.31.1
- stable
- beta
- nightly
sudo: false
script:
- cargo build --verbose
- ./ci/test_full.sh
notifications:
email:
on_success: never
branches:
only:
- master
- next
- staging
- trying