Skip to content

Commit

Permalink
164796882-task(testing) refactor travis
Browse files Browse the repository at this point in the history
- update travis config

[finishes #164796882]
  • Loading branch information
ssanusi committed Apr 3, 2019
1 parent 5cd6ba4 commit ac6eabd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@ node_js:

services:
- postgresql
addons:
postgresql: "10"Q


env:
- NODE_ENV=test

before_script:
- psql -c 'create database cosmos_authors_haven_test;' -U postgres

cache:
directories:
- node_modules
Expand Down

1 comment on commit ac6eabd

@Oluwaseyi000
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

look good to me

Please sign in to comment.