diff --git a/.travis.yml b/.travis.yml index 96b588068a..cc349226d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,6 +77,10 @@ jobs: - brew link --force gettext - sed -i -e 's/^memory_limit = .*/memory_limit = -1/' /usr/local/etc/php/7.2/php.ini - mysql.server start + - stage: "PHP Unit tests" + php: "7.3" + name: "PHP 7.3" + env: CI_MODE=test - stage: "PHP Unit tests" php: "7.2" name: "PHP 7.2"