Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit c6790d1

Browse files
committed
+ env on travis for cucumber background node proc
1 parent 2855924 commit c6790d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- script:
2323
- yarn install --frozen-lockfile --non-interactive
2424
- yarn add codacy-coverage
25-
- yarn test
25+
- NODE_PATH=$(which node) yarn test
2626
- cat ./coverage/lcov.info | codacy-coverage
2727

2828
after_success:

0 commit comments

Comments
 (0)