Skip to content

Commit

Permalink
travis: remove xdebug to improve build time
Browse files Browse the repository at this point in the history
xdebug is almost completely useless here.
  • Loading branch information
dktapps committed Feb 2, 2020
1 parent 963abb7 commit 663469d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ php:
- 7.3

before_script:
- phpenv config-rm xdebug.ini
# - pecl install channel://pecl.php.net/pthreads-3.1.6
- echo | pecl install channel://pecl.php.net/yaml-2.0.4
- git clone https://github.com/pmmp/pthreads.git
Expand Down

0 comments on commit 663469d

Please sign in to comment.