Skip to content

Commit

Permalink
Fix duplicate "addons" key.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Sep 28, 2018
1 parent df815dd commit c1fdb50
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Expand Up @@ -7,11 +7,6 @@ php:
- 7.2
- 7.3.0RC1

addons:
apt:
packages:
- libzip4

sudo: required

dist: xenial
Expand All @@ -31,6 +26,9 @@ services:
- mysql

addons:
apt:
packages:
- libzip4
postgresql: "9.4"

cache:
Expand Down

0 comments on commit c1fdb50

Please sign in to comment.