Skip to content

Commit

Permalink
Keep trying Travis CI config...
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-lpa committed Oct 21, 2019
1 parent 644774f commit 0ea2684
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ addons:
install:
- pip install codecov tox

services:
- postgresql

before_script:
- sudo /etc/init.d/postgresql stop
- sudo /etc/init.d/postgresql start 10.10
- sudo apt-get --purge remove -y postgresql-9.3 postgresql-client-9.3
- psql -c 'CREATE DATABASE tracking_analyzer_test;' -U postgres

script:
Expand Down

0 comments on commit 0ea2684

Please sign in to comment.