Skip to content

Commit

Permalink
mmap-alloc: Re-enable Travis tests on Mac
Browse files Browse the repository at this point in the history
Fixes #120
  • Loading branch information
joshlf committed Nov 12, 2017
1 parent 868dabb commit ac97509
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mmap-alloc/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ set -e
export RUST_TEST_THREADS=1

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

0 comments on commit ac97509

Please sign in to comment.