diff --git a/.travis.yml b/.travis.yml index f4a0e3b..cf13b9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,12 @@ os: linux -dist: trusty +dist: xenial language: php php: 7.3 +services: + - mysql + notifications: email: on_success: never @@ -71,6 +74,7 @@ jobs: - stage: test php: 5.6 env: WP_VERSION=3.7.11 + dist: trusty - stage: test php: 5.6 env: WP_VERSION=trunk