Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ssabrii authored Sep 12, 2019
1 parent 7b6b345 commit 2b700fa
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: python
dist: trusty
dist: xenial
install: true
script: true

Expand All @@ -14,11 +14,16 @@ deploy:
services:
- postgresql
addons:
postgresql: 11
postgresql: 11.5
apt:
packages:
- postgresql-11
- postgresql-client-11
before_install:
- sudo sed -i 's/port = 5433/port = 5432/' /etc/postgresql/11/main/postgresql.conf
- sudo cp /etc/postgresql/{10,11}/main/pg_hba.conf
- sudo service postgresql stop
- sudo service postgresql start 11.5
before_script:
- sudo netstat -plunt |grep postgres
- psql -c 'create database travis_ci_test;' -U postgres
Expand Down

0 comments on commit 2b700fa

Please sign in to comment.