Skip to content

Commit

Permalink
Remove apt packages in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Mar 31, 2020
1 parent a43a467 commit 23601f8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ services:

addons:
chrome: stable
apt:
packages:
- mysql-server-5.6
- mysql-client-core-5.6
- mysql-client-5.6
# apt:
# packages:
# - mysql-server-5.6
# - mysql-client-core-5.6
# - mysql-client-5.6

before_install:
- composer self-update
Expand Down Expand Up @@ -70,11 +70,11 @@ jobs:
dist: xenial
addons:
chrome: stable
apt:
packages:
- mysql-server-5.7
- mysql-client-core-5.7
- mysql-client-5.7
#apt:
# packages:
# - mysql-server-5.7
# - mysql-client-core-5.7
# - mysql-client-5.7
script: bash travis/phpunit.sh
- stage: functional
php: 7.1
Expand Down

0 comments on commit 23601f8

Please sign in to comment.