Skip to content

Commit

Permalink
Attempt to fix MacOSX build issue with workaround (from travis-ci/tra…
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mulholland committed Jul 5, 2018
1 parent 0bba18f commit 01f1058
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions travis_script.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash
set -ev
unset -f cd
shell_session_update() { :; }
if [ "${TRAVIS_BRANCH}" = "ci" ]; then
yarn run unit
yarn run unit:coverage
Expand Down

0 comments on commit 01f1058

Please sign in to comment.