Skip to content

Commit 79f5695

Browse files
author
Babichev Maxim
committed
fix php 7.4
1 parent fa43cf8 commit 79f5695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ matrix:
1515

1616
before_script:
1717
- pecl install pcov
18-
- phpenv config-rm xdebug.ini
18+
- phpenv config-rm xdebug.ini || echo "xdebug not available"
1919
- bash <(curl -s https://raw.githubusercontent.com/php-cache/cache/master/build/php/7.2/Memcached.sh)
2020
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
2121
- chmod +x ./cc-test-reporter

0 commit comments

Comments
 (0)