Skip to content

Commit c8a3552

Browse files
author
thabemmz
committed
Run travis in same node-versions as Chai itself does
1 parent 80473ea commit c8a3552

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
language: node_js
22
node_js:
3-
- '0.11'
4-
- '0.10'
3+
- 0.10
4+
- 0.12
5+
- 4
6+
- 6
7+
- lts/*
8+
- node
59
deploy:
610
provider: npm
711
email:

0 commit comments

Comments
 (0)