Skip to content

Commit c206ce4

Browse files
committed
Prep miri repository for rustc merger
1 parent 27c6447 commit c206ce4

18 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ script:
1515
xargo/build.sh
1616
- |
1717
# Test plain miri
18-
cargo build &&
18+
cd src/libmiri/ && cargo build &&
1919
cargo test &&
20-
cargo install
20+
cargo install &&
21+
cd ../..
2122
- |
2223
# Test cargo miri
2324
cd cargo-miri-test &&
@@ -26,7 +27,7 @@ script:
2627
cd ..
2728
- |
2829
# and run all tests with full mir
29-
MIRI_SYSROOT=~/.xargo/HOST cargo test
30+
cd src/libmiri/ && MIRI_SYSROOT=~/.xargo/HOST cargo test && cd ../..
3031
notifications:
3132
email:
3233
on_success: never
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)