Skip to content

Commit c44082b

Browse files
committed
Adjust travis to the directory changes
1 parent 93a7aeb commit c44082b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ script:
1515
xargo/build.sh
1616
- |
1717
# Test plain miri
18-
cd miri/ && cargo build &&
18+
cargo build &&
1919
cargo test &&
20-
cargo install &&
21-
cd ..
20+
cargo install
2221
- |
2322
# Test cargo miri
2423
cd cargo-miri-test &&
@@ -27,7 +26,7 @@ script:
2726
cd ..
2827
- |
2928
# and run all tests with full mir
30-
cd miri/ && MIRI_SYSROOT=~/.xargo/HOST cargo test && cd ..
29+
MIRI_SYSROOT=~/.xargo/HOST cargo test
3130
notifications:
3231
email:
3332
on_success: never

0 commit comments

Comments
 (0)