summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xci/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test.sh b/ci/test.sh
index 3859fa6a..5d8bb469 100755
--- a/ci/test.sh
+++ b/ci/test.sh
@@ -20,7 +20,7 @@ cargo test --features "$BINDGEN_FEATURES testing_only_extra_assertions"
cargo test --release --features "$BINDGEN_FEATURES testing_only_extra_assertions"
./ci/assert-no-diff.sh
-if [ -v "${TRAVIS_OS_NAME}" ]; then
+if [[ "${TRAVIS}" == "true" ]]; then
# Now test the expectations' size and alignment tests.