Skip to content

Commit d02b5c4

Browse files
Update travis configuration
1 parent 0f92a67 commit d02b5c4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,12 @@ matrix:
1717
env: LARAVEL=5.6.* ORCHESTRA=3.6.*
1818
- php: 7.2
1919
env: LARAVEL=5.6.* ORCHESTRA=3.6.*
20-
- php: hhvm
21-
env: HHVM=1 LARAVEL=5.4.* ORCHESTRA=3.4.*
2220

2321
allow_failures:
2422
- env: COVERAGE=1
25-
- php: hhvm
2623

2724
before_install:
28-
- if [[ $TRAVIS_PHP_VERSION != 7.1 ]] && [[ $TRAVIS_PHP_VERSION != hhvm ]] ; then phpenv config-rm xdebug.ini; fi
25+
- if [[ $TRAVIS_PHP_VERSION != 7.0 ]] && [[ $TRAVIS_PHP_VERSION != hhvm ]] ; then phpenv config-rm xdebug.ini; fi
2926
- travis_retry composer self-update
3027

3128
before_script:

0 commit comments

Comments
 (0)