Skip to content

Commit

Permalink
Fix minimum version of Node.js in Travis (node-saml#399)
Browse files Browse the repository at this point in the history
* Fix minimum version of Node.js in Travis

Support for Node 6 was dropped in dd1699a
  • Loading branch information
walokra authored and markstos committed Oct 17, 2019
1 parent da64d88 commit 75ad459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "6.0"
- "8.10"
- "stable"

script:
Expand Down

0 comments on commit 75ad459

Please sign in to comment.