Skip to content

Commit 13bc79c

Browse files
author
Ivan Demidov
committed
Fixed #26, added travis config
1 parent 8e6748f commit 13bc79c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: node_js
2+
node_js:
3+
- iojs
4+
- v5.7.0
5+
- "4.2.2"
6+
- "0.12"
7+
- "0.10"
8+
after_success:
9+
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'

0 commit comments

Comments
 (0)