Skip to content

Commit 8a7eae7

Browse files
committed
--update: added travis and coveralls
1 parent 8d316f6 commit 8a7eae7

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.coveralls.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
service_name: travis
2+
repo_token: yCWrqxWMQS88cTEJ0SCr79BSMPV5AawTz

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: node_js
2+
node_js:
3+
- '8.9.3'
4+
after_success:
5+
- npm install -D coveralls
6+
- npm run coverage
7+
- npm run coveralls

0 commit comments

Comments
 (0)