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

Commit cf9b09d

Browse files
committed
node 4 and 5 for travis instead of the old 0.x
1 parent ec3d98f commit cf9b09d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js:
3-
- '0.10'
4-
- '0.12'
3+
- '4'
4+
- '5'
55
before_install:
66
- npm install -g npm@3
77
- npm --version

0 commit comments

Comments
 (0)