minicrossterm/.travis.yml
2018-11-22 16:14:27 +01:00

22 lines
218 B
YAML

# Set up the Rust toolchain.
language: rust
rust:
- stable
- beta
- nightly
before_script:
- export PATH=$PATH:/home/travis/.cargo/bin
os:
- linux
- osx
- windows
branches:
only:
- master
script:
- cargo build