Skip to content

Commit

Permalink
feat!: Drop node.js 6 (#226)
Browse files Browse the repository at this point in the history
Fixes #209
  • Loading branch information
coreyfarrell committed Oct 8, 2019
1 parent 2b7ea02 commit 93db21a
Show file tree
Hide file tree
Showing 11 changed files with 1,179 additions and 535 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,6 @@ node_js:
- "node"
- "10"
- "8"
- "6"

matrix:
include:
Expand Down
1 change: 1 addition & 0 deletions fixtures/config/file1.js
@@ -0,0 +1 @@
console.log('file1')
1 change: 1 addition & 0 deletions fixtures/config/file2.js
@@ -0,0 +1 @@
console.log('file2')
5 changes: 5 additions & 0 deletions fixtures/config/nyc-alt.config.js
@@ -0,0 +1,5 @@
'use strict'

module.exports = {
include: ['file2.js']
}
5 changes: 5 additions & 0 deletions fixtures/config/nyc.config.js
@@ -0,0 +1,5 @@
'use strict'

module.exports = {
include: ['file1.js']
}
1 change: 1 addition & 0 deletions fixtures/config/package.json
@@ -0,0 +1 @@
{}

0 comments on commit 93db21a

Please sign in to comment.