diff --git a/.travis.yml b/.travis.yml index 7248f11c..ca26bcc8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,10 @@ php: - 7.2 - 7.3 +services: + - mysql + - postgresql + before_install: # turn off XDebug - phpenv config-rm xdebug.ini || return 0 @@ -64,3 +68,5 @@ cache: notifications: email: false + +dist: trusty