Skip to content

Commit 4242268

Browse files
authored
chore(): Travis should use Node LTS (#2057)
Node 12 has been cut, but we're not compatible yet.
1 parent d34bf2f commit 4242268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- 'node'
4+
- 'lts/*'
55

66
addons:
77
chrome: stable

0 commit comments

Comments
 (0)