Skip to content

Commit 05aaad8

Browse files
committed
FIXED : Travis-CI (/home/travis/build.sh: line 215: phpcs: command not found)
1 parent 5a84f99 commit 05aaad8

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
@@ -20,7 +20,7 @@ before_script:
2020
- composer install --prefer-source
2121
- composer selfupdate --quiet
2222
## PHP_CodeSniffer
23-
# - pyrus install pear/PHP_CodeSniffer
23+
- pyrus install pear/PHP_CodeSniffer
2424
- phpenv rehash
2525
## PHP Copy/Paste Detector
2626
#- curl -o phpcpd.phar https://phar.phpunit.de/phpcpd.phar

0 commit comments

Comments
 (0)