Skip to content

Commit 328ecd1

Browse files
committed
avoid rebuilding Miri on CI
1 parent ed0c6e8 commit 328ecd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

travis.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ if [ "$TRAVIS_OS_NAME" == osx ]; then
77
else
88
FOREIGN_TARGET=i686-unknown-linux-gnu
99
fi
10+
export CARGO_EXTRA_FLAGS="--all-features"
1011

1112
# Prepare
1213
echo "Build and install miri"
13-
./miri build --all-features --all-targets
14+
./miri build --all-targets
1415
./miri install
1516
echo
1617

0 commit comments

Comments
 (0)