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

Commit a7ce149

Browse files
committed
Merge pull request #304 from douglasduteil/chore-travis-test-on-nodejs-0.12
chore(travis): test on nodejs 0.12
2 parents db1171a + a8f91db commit a7ce149

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)