bottom/.travis.yml

27 lines
356 B
YAML
Raw Normal View History

2019-09-14 01:12:01 +02:00
language: rust
rust:
2019-11-07 20:55:24 +01:00
- stable
- beta
2019-09-14 01:12:01 +02:00
- nightly
2019-10-10 22:47:31 +02:00
os:
2019-10-10 22:56:21 +02:00
- windows
- osx
2019-10-10 22:47:31 +02:00
- linux
env:
- RUST_BACKTRACE=1
2019-12-07 05:52:28 +01:00
jobs:
allow_failures:
- rust: nightly
2019-10-10 22:36:29 +02:00
2019-12-16 08:31:49 +01: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 22:36:29 +02:00
notifications:
email:
on_success: never