num-traits/.travis.yml

22 lines
268 B
YAML
Raw Normal View History

2014-12-23 17:50:53 +00:00
language: rust
2015-05-19 16:22:06 +00:00
rust:
- 1.8.0
2018-05-07 19:38:56 +00:00
- 1.15.0
- 1.20.0
- stable
2015-05-19 16:22:06 +00:00
- beta
- nightly
sudo: false
2014-09-16 17:35:35 +00:00
script:
- cargo build --verbose
- ./ci/test_full.sh
2015-01-02 06:09:50 +00:00
notifications:
email:
on_success: never
2017-07-09 05:28:49 +00:00
branches:
only:
- master
- next
- staging
- trying