Skip to content

Commit 6cae6ed

Browse files
authored
Update .travis.yml
1 parent 3c757ef commit 6cae6ed

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
@@ -7,7 +7,7 @@ php:
77
install: composer install
88

99
before_script:
10-
- echo 'xdebug.mode=coverage' >> /usr/local/etc/php/php.ini
10+
- echo 'xdebug.mode=coverage' >> /etc/php/php.ini
1111
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
1212
- chmod +x ./cc-test-reporter
1313
- ./cc-test-reporter before-build

0 commit comments

Comments
 (0)