Skip to content

Commit

Permalink
travis: update for docsitalia requirements
Browse files Browse the repository at this point in the history
We need postgresql and we need to test on all the branches, not
just master.
  • Loading branch information
xrmx committed Apr 18, 2018
1 parent 90f3020 commit 75fae90
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ notifications:
on_success: change
on_failure: always

branches:
only:
- master
addons:
postgresql: "10"
apt:
packages:
- postgresql-10
- postgresql-client-10

0 comments on commit 75fae90

Please sign in to comment.