Skip to content

Commit

Permalink
Fix node 10 build on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Apr 28, 2018
1 parent c3c87de commit addef2c
Show file tree
Hide file tree
Showing 4 changed files with 1,555 additions and 654 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: node_js
node_js:
- "node"
- "6"
- "10"
- "8"
script:
- npm install
- npm run build
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release Notes

## [unreleased]
* Update dev packages to address issues with code coverage generation in Node 10

## 2.1.1
* Update dev packages
* add `forEach` function
Expand Down
Loading

0 comments on commit addef2c

Please sign in to comment.