]> git.proxmox.com Git - rustc.git/blob - vendor/same-file/.travis.yml
New upstream version 1.32.0~beta.2+dfsg1
[rustc.git] / vendor / same-file / .travis.yml
1 dist: trusty
2 language: rust
3 matrix:
4 include:
5 - os: linux
6 rust: 1.17.0
7 - os: linux
8 rust: stable
9 - os: linux
10 rust: beta
11 - os: linux
12 rust: nightly
13 - os: osx
14 rust: nightly
15 script:
16 - cargo build --verbose
17 - cargo test --verbose
18 - cargo doc
19 - if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
20 cargo bench --verbose;
21 fi
22 branches:
23 only:
24 - master