Skip to content

Commit

Permalink
Don't run test.sh on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
vi committed Oct 31, 2018
1 parent cec6209 commit 936f809
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/bin/bash

if [ "$TRAVIS_OS_NAME" = "osx" ]; then
echo "Not supported on Mac";
exit 0
fi

set -ex

PATH=target/debug:$PATH
Expand Down

0 comments on commit 936f809

Please sign in to comment.