Skip to content

Commit

Permalink
chore(travis-ci): setup travis ci (#6)
Browse files Browse the repository at this point in the history
- add travis-ci config to repo
- add travis-ci badge to readme

[Finishes #162953613]
  • Loading branch information
akhilome committed Jan 10, 2019
1 parent 3193cfe commit 44c87fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: node_js
node_js:
- 'stable'
cache:
directories:
- node_modules
script:
- npm test
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# kiakiafood
# kiakiafood [![Build Status](https://travis-ci.org/akhilome/kiakiafood.svg?branch=develop)](https://travis-ci.org/akhilome/kiakiafood)

A resturant delivery application

0 comments on commit 44c87fa

Please sign in to comment.