[Backport] Fixing travis

remotes/origin/issue/4795/notification_even_they_are_disabled
Alejandro Alonso 2016-02-29 11:31:23 +01:00 committed by David Barragán Merino
parent 096f1458a6
commit 4c8a515004
1 changed files with 5 additions and 9 deletions

View File

@ -7,15 +7,11 @@ services:
cache:
- apt
- pip
addons:
postgresql: "9.4"
apt:
sources:
- deadsnakes
- ubuntu-toolchain-r-test
packages:
- postgresql-plpython-9.4
before_script:
before_install:
- sudo apt-get -qq update
- sudo /etc/init.d/postgresql stop
- sudo apt-get install -y postgresql-9.4
- sudo apt-get install -y postgresql-plpython-9.4
- psql -c 'create database taiga;' -U postgres
install:
- travis_retry pip install -r requirements-devel.txt