Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #15 from Lapanti/bug/fix-coveralls
Browse files Browse the repository at this point in the history
Fix coveralls
  • Loading branch information
lapanti committed Apr 11, 2017
2 parents 7b5d396 + a737dbf commit acec00b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ node_js:

cache: yarn

script: yarn run test:ci
script: "yarn run test:ci"

after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# A very opinionated frontend boilerplate
[![Build Status](https://travis-ci.org/Lapanti/ts-react-boilerplate.svg?branch=master&style=flat)](https://travis-ci.org/Lapanti/ts-react-boilerplate) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat)](https://opensource.org/licenses/MIT) [![Dependency Status](https://david-dm.org/lapanti/ts-react-boilerplate.svg?style=flat)](https://david-dm.org/lapanti/ts-react-boilerplate) [![DevDependency Status](https://david-dm.org/lapanti/ts-react-boilerplate.svg?type=dev&style=flat)](https://david-dm.org/lapanti/ts-react-boilerplate?type=dev)
[![Build Status](https://travis-ci.org/Lapanti/ts-react-boilerplate.svg?branch=master&style=flat)](https://travis-ci.org/Lapanti/ts-react-boilerplate) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat)](https://opensource.org/licenses/MIT) [![Dependency Status](https://david-dm.org/lapanti/ts-react-boilerplate.svg?style=flat)](https://david-dm.org/lapanti/ts-react-boilerplate) [![DevDependency Status](https://david-dm.org/lapanti/ts-react-boilerplate.svg?type=dev&style=flat)](https://david-dm.org/lapanti/ts-react-boilerplate?type=dev) [![Coverage Status](https://coveralls.io/repos/github/Lapanti/ts-react-boilerplate/badge.svg?branch=master&style=flat)](https://coveralls.io/github/Lapanti/ts-react-boilerplate?branch=master)

## Purpose

Expand Down

0 comments on commit acec00b

Please sign in to comment.