Skip to content

Commit

Permalink
Merge ff6b29c into 7b0f568
Browse files Browse the repository at this point in the history
  • Loading branch information
ChidozieGabriel committed Aug 15, 2019
2 parents 7b0f568 + ff6b29c commit 9a3ee61
Show file tree
Hide file tree
Showing 6 changed files with 598 additions and 103 deletions.
14 changes: 5 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
language: node_js
node_js:
- "8"
- '8'

services:
- postgresql
- postgresql

cache:
directories:
- "node_modules"

- 'node_modules'

before_script:

- psql -c 'create database travis_db;' -U postgres


script:
- npm run test




after_script:
- npm run coverage
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@

Barefoot Nomad - Making company travel and accommodation easy and convenient.
=======

[![Coveralls github branch](https://img.shields.io/coveralls/github/andela/rogue-backend/develop.svg?style=plastic)](https://coveralls.io/github/andela/rogue-backend?branch=develop)


[![Build Status](https://travis-ci.com/andela/rogue-backend.svg?branch=develop)](https://travis-ci.com/andela/rogue-backend)

## Vision
Make company global travel and accommodation easy and convenient for the strong workforce of savvy members of staff, by leveraging the modern web.

Expand Down
Loading

0 comments on commit 9a3ee61

Please sign in to comment.