Skip to content

Commit c03205a

Browse files
committed
2 parents 0ce9d27 + 5d82482 commit c03205a

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
language: php
22
php:
3-
- 5.4
4-
- 5.5
53
- 5.6
64
- 7.0
75
- 7.1
86
- 7.2
9-
- nightly
10-
- hhvm
7+
- 7.3
8+
- 7.4
119
before_script:
1210
- composer install
1311
script: ./vendor/bin/phpunit

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
"require-dev": {
2323
"phpunit/phpunit": "^4.8",
24-
"mikey179/vfsStream": "^1.6",
24+
"mikey179/vfsstream": "^1.6",
2525
"ext-zip": "*",
2626
"ext-bz2": "*"
2727
},

generate-api.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [ -z "$TRAVIS" ]; then
2626
DST='docs'
2727
else
2828
DST='../gh-pages'
29-
if [ "$TRAVIS_PHP_VERSION" != '5.6' ]; then exit; fi
29+
if [ "$TRAVIS_PHP_VERSION" != '7.2' ]; then exit; fi
3030
if [ "$TRAVIS_BRANCH" != "$BRANCH" ]; then exit; fi
3131
if [ "$TRAVIS_PULL_REQUEST" != 'false' ]; then exit; fi
3232
if [ -z "$GH_TOKEN" ]; then

0 commit comments

Comments
 (0)