bottom/.travis.yml

27 lines
356 B
YAML
Raw Normal View History

2019-09-13 23:12:01 +00:00
language: rust
rust:
2019-11-07 19:55:24 +00:00
- stable
- beta
2019-09-13 23:12:01 +00:00
- nightly
2019-10-10 20:47:31 +00:00
os:
2019-10-10 20:56:21 +00:00
- windows
- osx
2019-10-10 20:47:31 +00:00
- linux
env:
- RUST_BACKTRACE=1
2019-12-07 04:52:28 +00:00
jobs:
allow_failures:
- rust: nightly
2019-10-10 20:36:29 +00:00
2019-12-16 07:31:49 +00:00
# From https://levans.fr/rust_travis_cache.html
cache:
directories:
- /home/travis/.cargo
before_cache:
- rm -rf /home/travis/.cargo/registry
2019-10-10 20:36:29 +00:00
notifications:
email:
on_success: never