Skip to content

Commit

Permalink
Merge pull request #7784 from Automattic/chore-node-12
Browse files Browse the repository at this point in the history
chore: add node 12 to travis
  • Loading branch information
vkarpov15 committed May 22, 2019
2 parents c4fd03a + 10e8961 commit dc56c43
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 dc56c43

Please sign in to comment.