minicrossterm/.travis.yml
Timon ad74f6b524
Introduced: Crossterm Workspace and feature flags. (#84)
* Introduced: crossterm workspace, feature flags.
2019-01-27 21:16:14 +01:00

22 lines
292 B
YAML

# Set up the Rust toolchain.
language: rust
rust:
- stable
- nightly
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