summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Fitzgerald <fitzgen@gmail.com>2017-08-04 15:00:32 -0700
committerNick Fitzgerald <fitzgen@gmail.com>2017-08-04 15:00:32 -0700
commitf4763bc8d4754ee4f89b2ab29b45d4c18e14d647 (patch)
tree016800421600e538f2529496c55c64e09c2eea21
parent65a68cd75f40db2cd8346dbdd334cbc1737fc68c (diff)
Compile test expectations and run their unit tests in CI
Fixes a regression from d73507e which accidentally broke this.
-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.