Skip to content

Commit

Permalink
Travis & coveralls settings
Browse files Browse the repository at this point in the history
  • Loading branch information
patw0929 committed May 10, 2017
1 parent 72cfada commit e8b6fd7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo_token: qEafeG1Qpc3JMNK787kjVwNUxqtyoXlWl
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: node_js
cache:
yarn: true
directories:
- node_modules
node_js:
- "7.2.1"
before_script: yarn add react@^15.4.2 react-dom@^15.4.2 --peer
after_success: yarn run coverage
after_script: yarn run coveralls

0 comments on commit e8b6fd7

Please sign in to comment.