From 7ce76cd69c9bfa7e111f45bb7ebb0b8a36b213fc Mon Sep 17 00:00:00 2001 From: Aron Moore Date: Fri, 21 Dec 2018 09:14:45 +0000 Subject: [PATCH] ci(travis): remove postgres config --- .travis.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 30d77af..1af55ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: