We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b1f9e commit 8fe51caCopy full SHA for 8fe51ca
.travis.yml
@@ -11,8 +11,8 @@ os:
11
- osx
12
13
before_script:
14
-# mac os weirdness (https://github.com/travis-ci/travis-ci/issues/6307)
15
-- rvm get stable
+# macOS weirdness (https://github.com/travis-ci/travis-ci/issues/6307)
+- if [[ "$TRAVIS_OS_NAME" == osx ]]; then rvm get stable; fi
16
# Compute the rust version we use. We do not use "language: rust" to have more control here.
17
- |
18
if [ "$TRAVIS_EVENT_TYPE" = cron ]; then
cargo-miri-test/run-test.py
@@ -1,4 +1,4 @@
1
-#!/usr/bin/python3
+#!/usr/bin/env python3
2
'''
3
Test whether cargo-miri works properly.
4
Assumes the `MIRI_SYSROOT` env var to be set appropriately,
0 commit comments