Skip to content

Commit

Permalink
chore: add node 12 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed May 9, 2019
1 parent 438d125 commit 10e8961
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
sudo: false
node_js: [11, 10, 9, 8, 7, 6, 5, 4]
node_js: [12, 11, 10, 9, 8, 7, 6, 5, 4]
install:
- travis_retry npm install
before_script:
Expand Down

0 comments on commit 10e8961

Please sign in to comment.