minicrossterm/.travis.yml

23 lines
273 B
YAML
Raw Normal View History

2018-11-23 02:05:08 +11:00
# Set up the Rust toolchain.
language: rust
rust:
- stable
- nightly
before_script:
- export PATH=$PATH:/home/travis/.cargo/bin
- rustup component add rustfmt-preview
2018-11-23 02:05:08 +11:00
os:
- linux
- osx
- windows
branches:
only:
- master
script:
2018-11-23 02:14:27 +11:00
- cargo build
- cargo fmt -- --check