Try to fix PDF salad mac failure

This commit is contained in:
2020-12-07 19:25:31 -07:00
parent a564fe146a
commit 741bd6d58f
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
#! /bin/bash
# Something is broken in the Node dependencies on Mac, so don't bother.
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
exit 0
fi
if [ ! -z "$TRAVIS_OS_NAME" ]; then
npm install pdf-lib
haxelib install hxnodejs