minicrossterm/crossterm_winapi/.travis.yml

20 lines
226 B
YAML
Raw Normal View History

language: rust
rust:
- stable
- nightly
before_script:
- export PATH=$PATH:/home/travis/.cargo/bin
- rustup component add rustfmt-preview
os:
- windows
branches:
only:
- master
script:
- cargo build
- cargo fmt -- --check