[Backport] Use postgresql 9.4 in TravisCI

remotes/origin/issue/4795/notification_even_they_are_disabled
David Barragán Merino 2016-08-20 23:47:27 +02:00
parent c10ba11ace
commit c978676442
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ before_install:
- sudo /etc/init.d/postgresql stop
- sudo apt-get install -y postgresql-9.4
- sudo apt-get install -y postgresql-plpython-9.4
- sudo /etc/init.d/postgresql start 9.4
- psql -c 'create database taiga;' -U postgres
install:
- travis_retry pip install -r requirements-devel.txt