gecko-dev/third_party/rust/num_cpus/.travis.yml

21 строка
241 B
YAML

language: rust
rust:
- stable
- beta
- nightly
sudo: false
cache:
apt: true
directories:
- target/debug/deps
- target/debug/build
script:
- cargo build --verbose
- cargo test --verbose
notifications:
email: false