1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
# 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