minicrossterm/.travis.yml
Timon a0464a041d
Docs, cargo, last updates before release (#71)
* Docs, cargo, last updates before release
2019-01-02 07:53:47 -08:00

23 lines
273 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