Skip to content

Commit

Permalink
ci(travis): remove postgres config
Browse files Browse the repository at this point in the history
  • Loading branch information
exactlyaron committed Dec 21, 2018
1 parent cbaf132 commit 7ce76cd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,10 @@ notifications:
email: false
node_js:
- '9'
services:
- postgresql
addons:
postgresql: "9.6"
sudo: false
dist: trusty
env:
global:
- PG_CONNECTION_STRING=postgres://postgres:postgres@localhost:5432/travis_ci_test
- TIMEOUT=15000
install:
- travis_retry npm install
before_script:
- psql -c 'create database travis_ci_test;' -U postgres
test:
- npm test
before_deploy:
Expand Down

0 comments on commit 7ce76cd

Please sign in to comment.