From 30818fb797b58b2c97a16610fd1516e4dfc8a004 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sat, 28 May 2016 23:43:26 +0900 Subject: [PATCH] Stop PostgreSQL before Travis test --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 168ee83bb..d4c6fff65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,5 @@ jdk: before_script: - sudo apt-get install libaio1 - sudo /etc/init.d/mysql stop + - sudo /etc/init.d/postgresql stop +