num-traits/.travis.yml

21 lines
269 B
YAML
Raw Permalink 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
- 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
- num-traits-0.1.x
2017-07-09 05:28:49 +00:00
- next
- staging
- trying