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

Commit a8f91db

Browse files
committed
chore(travis): test on nodejs 0.12
1 parent db1171a commit a8f91db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ git:
33
depth: 1
44
language: node_js
55
node_js:
6-
- 0.10
7-
- 0.11
6+
- '0.10'
7+
- '0.11'
8+
- '0.12'
89
env:
910
global:
1011
- SAUCE_LABS=false PARSER=false OPTIONS=""

0 commit comments

Comments
 (0)