We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0680e commit 18a672bCopy full SHA for 18a672b
.travis.yml
@@ -6,8 +6,8 @@ php:
6
- 7.0
7
- 7.1
8
- 7.2
9
- - nightly
10
- - hhvm
+ - 7.3
+ - 7.4
11
before_script:
12
- composer install
13
script: ./vendor/bin/phpunit
generate-api.sh
@@ -26,7 +26,7 @@ if [ -z "$TRAVIS" ]; then
26
DST='docs'
27
else
28
DST='../gh-pages'
29
- if [ "$TRAVIS_PHP_VERSION" != '5.6' ]; then exit; fi
+ if [ "$TRAVIS_PHP_VERSION" != '7.2' ]; then exit; fi
30
if [ "$TRAVIS_BRANCH" != "$BRANCH" ]; then exit; fi
31
if [ "$TRAVIS_PULL_REQUEST" != 'false' ]; then exit; fi
32
if [ -z "$GH_TOKEN" ]; then
0 commit comments