minicrossterm/.travis.yml
Timon_Post 4fca41d6c5 0.9.5
2019-05-20 18:56:23 +02:00

21 lines
280 B
YAML

# Set up the Rust toolchain.
language: rust
rust:
- stable
before_script:
- export PATH=$PATH:/home/travis/.cargo/bin
- rustup component add rustfmt-preview
os:
- linux
- osx
- windows
branches:
only:
- master
script:
- cargo build
- cargo fmt -- --check