Skip to content

Commit 2de03c4

Browse files
committed
travis: run linter on lts version of node
1 parent deff5fa commit 2de03c4

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
@@ -14,6 +14,6 @@ env:
1414
matrix:
1515
include:
1616
- os: linux
17-
node_js: "6"
17+
node_js: lts/*
1818
env: TEST_SUITE=lint
1919
script: npm run $TEST_SUITE

0 commit comments

Comments
 (0)