There was an error while loading. Please reload this page.
1 parent a461932 commit 5e9f642Copy full SHA for 5e9f642
1 file changed
.travis.yml
@@ -24,7 +24,6 @@ matrix:
24
- php: nightly
25
- php: hhvm
26
27
-
28
before_install:
29
- travis_retry composer self-update
30
@@ -34,9 +33,9 @@ install:
34
33
- tests/bin/travis-init.sh
35
- travis_retry wget https://scrutinizer-ci.com/ocular.phar
36
37
-before_script:
+#before_script:
38
# xdebug does not work with PHP 7.
39
- - if [[ $TRAVIS_PHP_VERSION =~ ^7 ]]; then phpenv config-rm xdebug.ini; fi
+ #- if [[ $TRAVIS_PHP_VERSION =~ ^7 ]]; then phpenv config-rm xdebug.ini; fi
40
41
script:
42
- if [[ $TRAVIS_PHP_VERSION =~ ^7 ]]; then
@@ -58,5 +57,5 @@ notifications:
58
57
on_failure: change
59
60
cache:
61
- directories:
62
- - $HOME/.composer/cache
+ directories:
+ - $HOME/.composer/cache
0 commit comments