Skip to content

Commit

Permalink
Merge pull request #53 from akhilome/ch-cclimate-test-160978806
Browse files Browse the repository at this point in the history
[Finishes #160978806]
  • Loading branch information
akhilome committed Oct 4, 2018
2 parents 16f4698 + 1dbbf99 commit db7c019
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@ services:
- postgresql
before_script:
- psql -c 'create database fastfoodfast;' -U postgres
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
after_script: ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
after_success:
- npm run cover
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# KiaKiaFood

[![Build Status](https://travis-ci.org/akhilome/fast-food-fast.svg?branch=develop)](https://travis-ci.org/akhilome/fast-food-fast) [![Coverage Status](https://coveralls.io/repos/github/akhilome/fast-food-fast/badge.svg?branch=develop)](https://coveralls.io/github/akhilome/fast-food-fast?branch=develop) [![Maintainability](https://api.codeclimate.com/v1/badges/58776f26abc459607055/maintainability)](https://codeclimate.com/github/akhilome/fast-food-fast/maintainability)
[![Build Status](https://travis-ci.org/akhilome/fast-food-fast.svg?branch=develop)](https://travis-ci.org/akhilome/fast-food-fast) [![Coverage Status](https://coveralls.io/repos/github/akhilome/fast-food-fast/badge.svg?branch=develop)](https://coveralls.io/github/akhilome/fast-food-fast?branch=develop) [![Maintainability](https://api.codeclimate.com/v1/badges/58776f26abc459607055/maintainability)](https://codeclimate.com/github/akhilome/fast-food-fast/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/58776f26abc459607055/test_coverage)](https://codeclimate.com/github/akhilome/fast-food-fast/test_coverage)

Place orders for food and get it **sharp sharp**!

0 comments on commit db7c019

Please sign in to comment.