Skip to content

Commit ac97509

Browse files
committed
mmap-alloc: Re-enable Travis tests on Mac
Fixes #120
1 parent 868dabb commit ac97509

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mmap-alloc/travis.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@ set -e
1313
export RUST_TEST_THREADS=1
1414

1515
travis-cargo --only nightly build
16-
# TODO: Figure out why tests cause SIGBUS on Mac (see issue #120)
17-
if [ "$TRAVIS_OS_NAME" == "osx" ]; then exit 0; fi
1816
RUST_BACKTRACE=1 travis-cargo --only nightly test

0 commit comments

Comments
 (0)