Skip to content

Commit 7083b96

Browse files
cjihrigtargos
authored andcommitted
build: use latest node on travis
PR-URL: #24198 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
1 parent b3c163f commit 7083b96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ os: linux
55
matrix:
66
include:
77
- name: "Linter"
8-
node_js: "latest"
8+
language: node_js
9+
node_js: "node"
910
env:
1011
- NODE=$(which node)
1112
script:

0 commit comments

Comments
 (0)