Skip to content

Commit

Permalink
chore: Set up Travis and Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
bebraw committed Jan 26, 2018
1 parent b97c38e commit fab9679
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: node_js
node_js:
- "8"
script:
- npm t
after_success:
- bash <(curl -s https://codecov.io/bash)
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![build status](https://secure.travis-ci.org/ReactFinland/content-2018.svg)](http://travis-ci.org/ReactFinland/content-2018) [![codecov](https://codecov.io/gh/ReactFinland/content-2018/branch/master/graph/badge.svg)](https://codecov.io/gh/ReactFinland/content-2018)

# React Finland 2018 Content

The content of the conference in JavaScript format.

0 comments on commit fab9679

Please sign in to comment.