Skip to content

Commit 7522b58

Browse files
authored
Merge pull request #65 from feross/master
travis: Just test Node LTS
2 parents 8bf4efb + bcbe724 commit 7522b58

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
node_js:
2-
- "4"
3-
- "6"
4-
- "8"
5-
sudo: false
2+
- lts/*
63
language: node_js
74
script: "npm run test"

0 commit comments

Comments
 (0)