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 5bfa1fc commit 75735fcCopy full SHA for 75735fc
ci/test.sh
@@ -20,7 +20,7 @@ cargo test --features "$BINDGEN_FEATURES testing_only_extra_assertions"
20
cargo test --release --features "$BINDGEN_FEATURES testing_only_extra_assertions"
21
./ci/assert-no-diff.sh
22
23
-if [ -z "$APPVEYOR" ]; then
+if [ -v "${TRAVIS_OS_NAME}" ]; then
24
25
# Now test the expectations' size and alignment tests.
26
@@ -34,4 +34,5 @@ if [ -z "$APPVEYOR" ]; then
34
cd bindgen-integration
35
cargo test --features "$BINDGEN_FEATURES"
36
cargo test --release --features "$BINDGEN_FEATURES"
37
+
38
fi
0 commit comments