Skip to content

Commit

Permalink
add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmanuelromeraferrio committed Apr 2, 2018
1 parent 395318b commit 75d5c0b
Show file tree
Hide file tree
Showing 5 changed files with 1,166 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: node_js

node_js:
- stable

install:
- npm install

script:
- npm run cover

# Send coverage data to Coveralls
after_script: "cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![Build Status](https://travis-ci.org/juanmanuelromeraferrio/calc-transporte.svg?branch=master)](https://travis-ci.org/juanmanuelromeraferrio/calc-transporte)

[![Coverage Status](https://coveralls.io/repos/github/juanmanuelromeraferrio/calc-transporte/badge.svg?branch=master)](https://coveralls.io/github/juanmanuelromeraferrio/calc-transporte?branch=master)

Calculadora de Transporte AMBA
=========

Expand Down
Loading

0 comments on commit 75d5c0b

Please sign in to comment.