Skip to content

Commit 4a0a89c

Browse files
disable default postgres in travis
Signed-off-by: Arnav Gupta <arnav@codingblocks.com>
1 parent de53695 commit 4a0a89c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ env:
88
- DOCKER_COMPOSE_VERSION=1.17.1
99

1010
before_install:
11+
- sudo service postgresql stop
1112
- sudo apt-get update
1213
- sudo apt-get install -o Dpkg::Options::="--force-confold" --force-yes -y docker-ce
1314
- sudo rm /usr/local/bin/docker-compose

0 commit comments

Comments
 (0)