build: use latest node on travis
PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
parent
5e6193f669
commit
8c3f903e4e
@ -5,7 +5,8 @@ os: linux
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- name: "Linter"
|
- name: "Linter"
|
||||||
node_js: "latest"
|
language: node_js
|
||||||
|
node_js: "node"
|
||||||
env:
|
env:
|
||||||
- NODE=$(which node)
|
- NODE=$(which node)
|
||||||
script:
|
script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user