Skip to content

Commit

Permalink
Fix Travis on PHP nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Jul 14, 2018
1 parent 28618ad commit def8f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cache:
- $HOME/.composer/cache

install:
- phpenv config-rm xdebug.ini
- phpenv config-rm xdebug.ini || echo "No xdebug config found."
- composer install

script:
Expand Down

0 comments on commit def8f21

Please sign in to comment.