Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit f157131

Browse files
committed
Add workaround for circular dependency
1 parent ec4e647 commit f157131

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
language: node_js
22
node_js:
33
- "10"
4-
- "9"
54
- "8"
65
- "6"
7-
- "4"
8-
script: "npm run jshint && npm run test-cover"
6+
script: "ln -s .. node_modules/sharedb; npm run jshint && npm run test-cover"
97
# Send coverage data to Coveralls
108
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"

0 commit comments

Comments
 (0)