Skip to content

Commit

Permalink
added ci configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Umed Khudoiberdiev committed Jul 25, 2016
1 parent c738baf commit 0eb071d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
language: node_js
node_js:
- stable
- 6
- 5
- 4
- 0.12
- 0.11

after_success:
- bash <(curl -s https://codecov.io/bash)
1 change: 1 addition & 0 deletions codecov.yml
@@ -0,0 +1 @@
comment: off

0 comments on commit 0eb071d

Please sign in to comment.