num-bigint-dig/.travis.yml

20 lines
247 B
YAML
Raw Permalink Normal View History

2014-12-23 09:50:53 -08:00
language: rust
2015-05-19 09:22:06 -07:00
rust:
- 1.56.0
- stable
2015-05-19 09:22:06 -07:00
- beta
- nightly
sudo: false
2014-09-16 10:35:35 -07:00
script:
- cargo build --verbose
- ./ci/test_full.sh
2015-01-01 22:09:50 -08:00
notifications:
email:
on_success: never
2017-07-08 22:28:49 -07:00
branches:
only:
- master
- next
- staging
- trying