Skip to content

Commit 75735fc

Browse files
committed
fixup!
1 parent 5bfa1fc commit 75735fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cargo test --features "$BINDGEN_FEATURES testing_only_extra_assertions"
2020
cargo test --release --features "$BINDGEN_FEATURES testing_only_extra_assertions"
2121
./ci/assert-no-diff.sh
2222

23-
if [ -z "$APPVEYOR" ]; then
23+
if [ -v "${TRAVIS_OS_NAME}" ]; then
2424

2525
# Now test the expectations' size and alignment tests.
2626

@@ -34,4 +34,5 @@ if [ -z "$APPVEYOR" ]; then
3434
cd bindgen-integration
3535
cargo test --features "$BINDGEN_FEATURES"
3636
cargo test --release --features "$BINDGEN_FEATURES"
37+
3738
fi

0 commit comments

Comments
 (0)