Skip to content

Commit

Permalink
Greenkeeper/update to node 10 (#104)
Browse files Browse the repository at this point in the history
* Update to node 10 in .travis.yml

* Update to node 10 in .nvmrc
  • Loading branch information
se-panfilov authored May 17, 2018
1 parent 16b96fd commit 7c7741f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v8.5.0
10
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ node_js:
- '6'
- '7'
- '8'
- '10'
notifications:
email: false
script: mocha --compilers js:babel-core/register ./test/**/*.spec.js
Expand Down

0 comments on commit 7c7741f

Please sign in to comment.