Skip to content

Commit

Permalink
Disable Node.js 11 in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Nov 10, 2018
1 parent d30942b commit 6158187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "stable"
# - "stable"
- "10"
- "8"
- "6"
Expand Down

0 comments on commit 6158187

Please sign in to comment.