minicrossterm/.travis.yml

25 lines
290 B
YAML
Raw Normal View History

2018-11-23 02:05:08 +11:00
# Set up the Rust toolchain.
language: rust
rust:
- stable
- beta
- nightly
before_script:
- export PATH=$PATH:/home/travis/.cargo/bin
- export RUSTFLAGS="-D warnings"
os:
- linux
- osx
- windows
branches:
only:
- staging
- trying
- master
- /release-.*/
script:
- cargo build