diff options
Diffstat (limited to '')
-rw-r--r--[-rwxr-xr-x] | vendor/bytecount/ci/miri.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/vendor/bytecount/ci/miri.sh b/vendor/bytecount/ci/miri.sh index 8704ebc1d..5cb6f82dc 100755..100644 --- a/vendor/bytecount/ci/miri.sh +++ b/vendor/bytecount/ci/miri.sh @@ -9,7 +9,4 @@ rustup component add miri # Run tests cargo miri test -cargo miri test --target=mips64-unknown-linux-gnuabi64 # big-endian architecture - -# Restore old state in case Travis uses this cache for other jobs. -rustup default nightly +cargo miri test --target=mips64-unknown-linux-gnuabi64 # big-endian architecture
\ No newline at end of file |