Skip to content

Commit

Permalink
build: use latest node on travis
Browse files Browse the repository at this point in the history
PR-URL: #24198
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Refael Ackermann <[email protected]>
  • Loading branch information
cjihrig authored and targos committed Nov 7, 2018
1 parent b3c163f commit 7083b96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ os: linux
matrix:
include:
- name: "Linter"
node_js: "latest"
language: node_js
node_js: "node"
env:
- NODE=$(which node)
script:
Expand Down

0 comments on commit 7083b96

Please sign in to comment.