Skip to content

Commit c7b6f6f

Browse files
committed
ci: config for travis
1 parent 09d7ff0 commit c7b6f6f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: node_js
2+
node_js:
3+
- v9
4+
- v8
5+
- v7
6+
- v6
7+
- v5
8+
- v4
9+
10+
after_success:
11+
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'

0 commit comments

Comments
 (0)