Skip to content

Commit 48bee1d

Browse files
committedMar 13, 2019
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

+2-1
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"

‎package-lock.json

+287-183
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.