]> git.lizzy.rs Git - rust.git/blob - .travis.yml
Fix projection of sized field in unsized type
[rust.git] / .travis.yml
1 sudo: false
2 language: rust
3 cache: cargo
4
5 rust:
6   - nightly
7
8 script:
9   - rustup component add rust-src
10   - ./prepare_libcore.sh
11   - ./build.sh
12
13 env:
14   - RUST_BACKTRACE=1