minicrossterm/.travis.yml

22 lines
218 B
YAML
Raw Normal View History

2018-11-23 02:05:08 +11:00
# 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:
2018-11-23 02:14:27 +11:00
- cargo build