]> git.lizzy.rs Git - rust.git/blob - .travis.yml
Update for my github username change.
[rust.git] / .travis.yml
1 language: rust
2 rust:
3 - nightly
4 matrix:
5   allow_failures:
6   - rust: nightly
7 before_script:
8 - |
9   pip install 'travis-cargo<0.2' --user &&
10   export PATH=$HOME/.local/bin:$PATH
11 script:
12 - |
13   travis-cargo build &&
14   env RUST_SYSROOT=$HOME/rust travis-cargo test
15 notifications:
16   email:
17     on_success: never
18 env:
19   global:
20   - RUST_TEST_NOCAPTURE=1
21   - TRAVIS_CARGO_NIGHTLY_FEATURE=""