Skip to content

Commit dc56c43

Browse files
authored
Merge pull request #7784 from Automattic/chore-node-12
chore: add node 12 to travis
2 parents c4fd03a + 10e8961 commit dc56c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
sudo: false
3-
node_js: [11, 10, 9, 8, 7, 6, 5, 4]
3+
node_js: [12, 11, 10, 9, 8, 7, 6, 5, 4]
44
install:
55
- travis_retry npm install
66
before_script:

0 commit comments

Comments
 (0)