Skip to content

Commit

Permalink
chore(travis): integrate travis ci
Browse files Browse the repository at this point in the history
- create travis.yml and add configuration
- add status badge to readme

[Maintains #167727717]
  • Loading branch information
jsbuddy committed Aug 16, 2019
1 parent 252b7c1 commit 01debb3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
sudo: false

language: node_js

node_js:
- "node"

after_success:
- npm run coverage
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Reviewed by Hound](http://img.shields.io/badge/Reviewed%20By-Hound-%23a874d1)](https://houndci.com) [![Maintainability](https://api.codeclimate.com/v1/badges/b9d017718c7824fa2fc0/maintainability)](https://codeclimate.com/github/andela/storm-backend/maintainability)
[![Reviewed by Hound](http://img.shields.io/badge/Reviewed%20By-Hound-%23a874d1)](https://houndci.com) [![Maintainability](https://api.codeclimate.com/v1/badges/b9d017718c7824fa2fc0/maintainability)](https://codeclimate.com/github/andela/storm-backend/maintainability) [![Build Status](https://travis-ci.com/andela/storm-backend.svg?branch=develop)](https://travis-ci.com/andela/storm-backend)

Barefoot Nomad - Making company travel and accomodation easy and convinient.
=======
Expand Down

0 comments on commit 01debb3

Please sign in to comment.