Skip to content

Commit

Permalink
travis: update configuration to enable mysql & postgresql correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Nov 30, 2019
1 parent edf220a commit 3d4bc5a
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@ php:
- 7.3
- 7.4snapshot

services:
- mysql
- postgresql

env:
matrix:
- dependencies=lowest
- dependencies=highest
matrix:
- dependencies=lowest
- dependencies=highest

matrix:
fast_finish: true

addons:
postgresql: "9.6"

cache:
directories:
- $HOME/.composer/cache
Expand Down Expand Up @@ -48,10 +49,10 @@ script:

after_script:
- if [ "$TRAVIS_PHP_VERSION" == "7.2" ]; then
wget https://github.com/satooshi/php-coveralls/releases/download/v2.0.0/php-coveralls.phar
&& php php-coveralls.phar --verbose --config tests/.coveralls.yml
|| true;
fi
wget https://github.com/satooshi/php-coveralls/releases/download/v2.0.0/php-coveralls.phar
&& php php-coveralls.phar --verbose --config tests/.coveralls.yml
|| true;
fi

after_failure:
# Print *.actual content & log content
Expand Down

0 comments on commit 3d4bc5a

Please sign in to comment.