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 <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>
  • Loading branch information
cjihrig authored and refack committed Nov 7, 2018
1 parent 5e6193f commit 8c3f903
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 8c3f903

Please sign in to comment.