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

Commit 331130f

Browse files
author
Simon Hofmann
committed
Updated setup
1 parent bb2aec7 commit 331130f

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ env:
3535
# TAG=3.4.2-contrib
3636
# - BUILD_TASK=test
3737
# TAG=3.4.3
38-
# - BUILD_TASK=test
39-
# TAG=3.4.3-contrib
38+
- BUILD_TASK=test
39+
TAG=3.4.3-contrib
4040
- BUILD_TASK=prebuild
4141
TAG=3.4.3-contrib
4242
# - BUILD_TASK=cover
@@ -84,10 +84,10 @@ matrix:
8484
node_js: '10'
8585
env:
8686
- BUILD_TASK=prebuild
87-
# - os: osx
88-
# node_js: 'node'
89-
# env:
90-
# - BUILD_TASK=test
87+
- os: osx
88+
node_js: 'node'
89+
env:
90+
- BUILD_TASK=test
9191
- os: osx
9292
node_js: 'node'
9393
env:

ci/test/test.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ then
66
docker run $image
77
elif [[ "$TRAVIS_OS_NAME" == "osx" ]];
88
then
9-
cd ../../test &&\
10-
npm install --unsafe-perm &&\
11-
npm run test-appveyor &&\
9+
cd ../../ &&\
10+
npm install &&\
11+
cd test &&\
12+
npm install &&\
13+
npm test &&\
1214
npm run test-externalMemTracking
1315
fi

0 commit comments

Comments
 (0)