Skip to content

Commit 5e9f642

Browse files
authored
Update .travis.yml
1 parent a461932 commit 5e9f642

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ matrix:
2424
- php: nightly
2525
- php: hhvm
2626

27-
2827
before_install:
2928
- travis_retry composer self-update
3029

@@ -34,9 +33,9 @@ install:
3433
- tests/bin/travis-init.sh
3534
- travis_retry wget https://scrutinizer-ci.com/ocular.phar
3635

37-
before_script:
36+
#before_script:
3837
# xdebug does not work with PHP 7.
39-
- if [[ $TRAVIS_PHP_VERSION =~ ^7 ]]; then phpenv config-rm xdebug.ini; fi
38+
#- if [[ $TRAVIS_PHP_VERSION =~ ^7 ]]; then phpenv config-rm xdebug.ini; fi
4039

4140
script:
4241
- if [[ $TRAVIS_PHP_VERSION =~ ^7 ]]; then
@@ -58,5 +57,5 @@ notifications:
5857
on_failure: change
5958

6059
cache:
61-
directories:
62-
- $HOME/.composer/cache
60+
directories:
61+
- $HOME/.composer/cache

0 commit comments

Comments
 (0)