Skip to content

Commit c60e877

Browse files
author
Ivan Demidov
committed
Fixed #15, node 6 in travis config
1 parent 79a4f42 commit c60e877

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "5.1.0"
5-
- "4.2.2"
4+
- "6"
5+
- "5"
6+
- "4"
67

78
after_script:
89
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'

0 commit comments

Comments
 (0)