minicrossterm/travis.yml
timonpost@hotmail.nl 49f104d787 Added travis
2018-11-22 16:06:16 +01:00

25 lines
290 B
YAML

# 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