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:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user