Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit eab828e

Browse files
committed
chore(travis): test against node 4
Test against node 4 on Travis, and remove support for node 0.10.
1 parent 96def81 commit eab828e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- "0.10"
54
- "0.12"
5+
- "4.1"
66

77
env:
88
global:

0 commit comments

Comments
 (0)