1
0
mirror of https://github.com/splitbrain/php-archive.git synced 2025-07-10 01:16:52 +02:00

adjusted PHP versions in tests

This commit is contained in:
Andreas Gohr
2020-02-06 15:09:09 +01:00
parent fc0680e034
commit 18a672bf29
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@ php:
- 7.0
- 7.1
- 7.2
- nightly
- hhvm
- 7.3
- 7.4
before_script:
- composer install
script: ./vendor/bin/phpunit

View File

@ -26,7 +26,7 @@ if [ -z "$TRAVIS" ]; then
DST='docs'
else
DST='../gh-pages'
if [ "$TRAVIS_PHP_VERSION" != '5.6' ]; then exit; fi
if [ "$TRAVIS_PHP_VERSION" != '7.2' ]; then exit; fi
if [ "$TRAVIS_BRANCH" != "$BRANCH" ]; then exit; fi
if [ "$TRAVIS_PULL_REQUEST" != 'false' ]; then exit; fi
if [ -z "$GH_TOKEN" ]; then