Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: upgrade to newest version of istanbul codebase (#848)
BREAKING CHANGE: babel@7 drops Node.js 4 support
  • Loading branch information
bcoe committed May 31, 2018
1 parent 570a08a commit 19b7d21
Show file tree
Hide file tree
Showing 6 changed files with 2,463 additions and 2,273 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,6 @@ language: node_js
node_js:
- 8
- 6
- 4
- "stable"
git:
depth:
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Expand Up @@ -3,7 +3,6 @@ environment:
- nodejs_version: '10' # stable
- nodejs_version: '8' # LTS
- nodejs_version: '6'
- nodejs_version: '4'
install:
- ps: Install-Product node $env:nodejs_version
- npm i npm@5 -g
Expand Down

0 comments on commit 19b7d21

Please sign in to comment.