Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit f62a28d

Browse files
committed
ci: clean up dependencies
1 parent df9be53 commit f62a28d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
language: node_js
22
node_js:
3-
- "0.12"
4-
- "0.10"
5-
- "0.8"
6-
- iojs
73
- "4"
84
- "6"
9-
- stable
5+
- "0.10"
6+
- "0.12"
107
script: "npm test"
118
sudo: false
129
before_install:

0 commit comments

Comments
 (0)