Skip to content

Commit 7a29397

Browse files
test(): add travis config
1 parent 97db4cf commit 7a29397

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
sudo: true
2+
language: node_js
3+
node_js:
4+
- v6
5+
- v4
6+
cache:
7+
directories:
8+
- node_modules
9+
before_script:
10+
- npm i
11+
script:
12+
- npm test
13+
after_success:
14+
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'

0 commit comments

Comments
 (0)