Skip to content
This repository was archived by the owner on Feb 7, 2020. It is now read-only.

Commit 644383d

Browse files
committed
ci: use LTS version of NodeJS
1 parent e758bb0 commit 644383d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
os:
22
- linux
33
language: node_js
4-
node_js:
5-
- 10.6.0
4+
node_js: lts/*
65
addons:
76
apt:
87
sources:
@@ -15,6 +14,7 @@ cache:
1514
branches:
1615
only:
1716
- master
17+
# TODO: Remove the following lines
1818
# Allow testing on Renovate branches
1919
- /^renovate/.*$/
2020
- /^greenkeeper/.*$/

0 commit comments

Comments
 (0)