Skip to content

Commit 48bee1d

Browse files
committed
chore: fix tests
1 parent 9c9d627 commit 48bee1d

File tree

2 files changed

+289
-184
lines changed

2 files changed

+289
-184
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ node_js:
55
- '5.6'
66
- '5.7'
77
- '6'
8-
- 'node'
98
- 'lts/*'
9+
# nodejs 11.11.X was failing with this https://travis-ci.org/moxystudio/node-proper-lockfile/jobs/503161746#L469
10+
# - 'node'
1011
after_success:
1112
- "npm i codecov"
1213
- "node_modules/.bin/codecov"

0 commit comments

Comments
 (0)