Skip to content

Commit

Permalink
chore: drop Node 6 from CI testing (#56)
Browse files Browse the repository at this point in the history
* npm i sans package-lock
  • Loading branch information
nexdrew committed Jun 3, 2019
1 parent e8303ea commit bf40b86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sudo: false
language: node_js
node_js:
- '6'
- '8'
- '10'
- 'node'
Expand Down

0 comments on commit bf40b86

Please sign in to comment.