Skip to content

Commit 481bdee

Browse files
committed
Add travis-ci.
1 parent 9befd8b commit 481bdee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: node_js
2+
script:
3+
- npm run ci
4+
branches:
5+
only:
6+
- master
7+
after_success:
8+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)