Skip to content

Commit 759a639

Browse files
travis: Replace node 0.4/0.6 with 0.12
wtf really? node 0.4?
1 parent 335a5bd commit 759a639

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- "0.4"
4-
- "0.6"
53
- "0.8"
6-
- "0.10"
4+
- "0.10"
5+
- "0.12"

0 commit comments

Comments
 (0)