diff --git a/.travis.yml b/.travis.yml index fe613ea..bb0ecef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,24 +1,26 @@ -# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details +# See https://github.com/silverstripe/silverstripe-travis-support for setup details -sudo: false +dist: trusty language: php -php: - - 5.4 - - 5.5 - - 5.6 - - 7.1 - env: - - DB=MYSQL CORE_RELEASE=3 + - DB=MYSQL CORE_RELEASE=3.7 + +matrix: + include: + - php: '7.1' + env: DB=MYSQL CORE_RELEASE=3.7 + - php: '7.2' + env: DB=MYSQL CORE_RELEASE=3.7 + - php: '7.3' + env: DB=MYSQL CORE_RELEASE=3.7 before_script: - composer self-update || true - - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support + - git clone git://github.com/silverstripe/silverstripe-travis-support.git ~/travis-support - php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss - cd ~/builds/ss - - composer install script: - vendor/bin/phpunit docsviewer/tests