Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 58db4e0

Browse files
chore(ci): Always use latest LTS version of NodeJS (#92)
1 parent d12a126 commit 58db4e0

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
- node # stable
4-
- '4' # LTS
4+
- '--lts' # LTS: See https://github.com/creationix/nvm/pull/1070
55
branches:
66
only:
77
- master

0 commit comments

Comments
 (0)