Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
Update to node 10 in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed May 7, 2018
1 parent 5d100a1 commit 8dae844
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
language: "node_js",
node_js: ["8"],
node_js:
- ["8"],
- "10"
os: "osx"
}

0 comments on commit 8dae844

Please sign in to comment.