Skip to content

Commit 4e8eec1

Browse files
authored
Merge pull request #63 from WordPress/update/node-js-ten
Travis CI: Use Node.js 10.x
2 parents 25257dc + c38d21f commit 4e8eec1

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,7 +1,7 @@
11
language: node_js
22
node_js:
33
- '8'
4-
- '9'
4+
- '10'
55
- 'node'
66
before_install:
77
- npm install -g grunt-cli

0 commit comments

Comments
 (0)