rust/.travis.yml
bjorn3 1e5c6bc5b8 Stop using xargo for building the sysroot
It is currently broken. (see https://github.com/japaric/xargo/issues/227)

This makes it easier to for example patch whole crates away.
2018-12-15 16:18:03 +01:00

16 lines
148 B
YAML

sudo: false
language: rust
cache: cargo
os:
- linux
- osx
rust:
- nightly
script:
- ./prepare.sh && ./test.sh
env:
- RUST_BACKTRACE=1