Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 9cc7898

Browse files
committed
Update: disable Xdebug to work around segfaults
1 parent 203d3e1 commit 9cc7898

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ php:
1212
- 5.6
1313

1414
before_install:
15-
- if [[ "$TRAVIS_PHP_VERSION" != "5.3" && "$TRAVIS_PHP_VERSION" != "5.3.3" ]]; then composer require --no-update guzzlehttp/guzzle:~4; fi
15+
- phpenv config-rm xdebug.ini
16+
- if [[ "$TRAVIS_PHP_VERSION" != "5.3" && "$TRAVIS_PHP_VERSION" != "5.3.3" ]]; then composer require --no-update guzzlehttp/guzzle:~4; fi
1617

1718
install: make install
1819

19-
script: make test
20+
script: php --version && make test
2021

2122
notifications:
2223
irc: "irc.freenode.org#zftalk.dev"

0 commit comments

Comments
 (0)