Skip to content

Commit

Permalink
ch[#161624846] Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ebenezerdon committed Oct 31, 2018
1 parent 8a6035f commit 12ff972
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 @@ -8,12 +8,8 @@ install: npm install
services:
- postgresql

env:
- DB_USERNAME=user DB_PASSWORD=ebenezer DBNAME=storemanager

before_script:
- psql -c 'create database storemanager;' -U postgres
- psql -c "CREATE USER user WITH PASSWORD 'ebenezer';" -U postgres
- psql -c 'create database storemanagertest;' -U postgres

script: npm test

Expand Down

0 comments on commit 12ff972

Please sign in to comment.