Skip to content

Commit 8e4ee32

Browse files
author
Babichev Maxim
committed
remove "\n"
1 parent 4b8e7c5 commit 8e4ee32

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
@@ -16,7 +16,7 @@ matrix:
1616
before_script:
1717
- pecl install pcov
1818
- phpenv config-rm xdebug.ini
19-
- echo "extension = pcov.so\n" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
19+
- echo "extension = pcov.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
2020
- bash <(curl -s https://raw.githubusercontent.com/php-cache/cache/master/build/php/7.2/Memcached.sh)
2121
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
2222
- chmod +x ./cc-test-reporter

0 commit comments

Comments
 (0)