Skip to content

Commit 1ac9db8

Browse files
author
Forest Hoffman
committed
Update CI test script
1 parent 2ee47d2 commit 1ac9db8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/scripts/test.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
set -e
44

5+
if [[ ! -d "./tmp" ]]; then
6+
mkdir -p ./tmp
7+
fi
8+
59
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
610
# If the Travis CI environment is MacOS, run the Jest tests
711
# manually, since Docker is not supported.

0 commit comments

Comments
 (0)