Skip to content

Commit

Permalink
disable xdebug for travis to speed up ...
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson committed Nov 14, 2017
1 parent f3737a7 commit 6c87e68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ php:
- 7.1
- 5.6
before_script:

# disable xdebug to speed up tests
- phpenv config-rm xdebug.ini
# Install LimeSurvey.
- phpunit --version
- touch enabletests
Expand Down

0 comments on commit 6c87e68

Please sign in to comment.