Skip to content

Commit 0a47d89

Browse files
committed
Only test against the latest note and lts
1 parent c40191e commit 0a47d89

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
@@ -2,9 +2,6 @@ sudo: false
22
language: node_js
33
node_js:
44
- node
5-
- 5
6-
- 4
7-
- 0.12
8-
- '0.10'
5+
- lts/*
96
script: npm run cover
107
after_success: cat coverage/lcov.info | node_modules/.bin/coveralls --verbose

0 commit comments

Comments
 (0)