Adjust travis to the directory changes

This commit is contained in:
Oliver Schneider 2017-07-28 13:49:04 +02:00
parent f16b9e280b
commit 4383fc2e27
No known key found for this signature in database
GPG key ID: A69F8D225B3AD7D9

View file

@ -15,10 +15,9 @@ script:
xargo/build.sh
- |
# Test plain miri
cd miri/ && cargo build &&
cargo build &&
cargo test &&
cargo install &&
cd ..
cargo install
- |
# Test cargo miri
cd cargo-miri-test &&
@ -27,7 +26,7 @@ script:
cd ..
- |
# and run all tests with full mir
cd miri/ && MIRI_SYSROOT=~/.xargo/HOST cargo test && cd ..
MIRI_SYSROOT=~/.xargo/HOST cargo test
notifications:
email:
on_success: never