Skip to content

Commit

Permalink
fix: remove temp excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jun 21, 2017
1 parent 055c47f commit 40aaca1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ sudo: false
language: node_js
node_js:
- '6'
- '7'
- '8'
install:
- npm i npminstall && npminstall
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
environment:
matrix:
- nodejs_version: '6'
- nodejs_version: '7'
- nodejs_version: '8'

install:
Expand Down
4 changes: 0 additions & 4 deletions lib/cmd/cov.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ class CovCommand extends Command {
'example/',
'examples/',
'mocks**/',
'config/',
'app/assets/',
'app/view/',
'app/public/',
'docs/',
].concat(testExclude.defaultExclude));
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
"bin"
],
"ci": {
"version": "6, 7, 8"
"version": "6, 8"
}
}

0 comments on commit 40aaca1

Please sign in to comment.