]> git.lizzy.rs Git - rust.git/blob - .travis.yml
Restructure scripts and add flamegraph generator
[rust.git] / .travis.yml
1 sudo: false
2 language: rust
3 cache: cargo
4
5 os:
6   - linux
7   - osx
8
9 rust:
10   - nightly
11
12 script:
13   - rustup component add rust-src
14   - cargo install xargo || echo "Skipping xargo install"
15   - cargo install hyperfine || echo "Skipping hyperfine install"
16   - ./prepare_libcore.sh
17   - ./test.sh
18
19 env:
20   - RUST_BACKTRACE=1