Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 2b67252

Browse files
author
Simon Hofmann
committed
Fixed test script for macOS
1 parent a6e2031 commit 2b67252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ elif [[ "$TRAVIS_OS_NAME" == "osx" ]];
88
then
99
cd ../../test &&\
1010
npm install --unsafe-perm &&\
11-
npm run test-appveyor &&\
11+
npm test &&\
1212
npm run test-externalMemTracking
1313
fi

0 commit comments

Comments
 (0)