We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5dffff commit 4b77955Copy full SHA for 4b77955
1 file changed
.travis.yml
@@ -14,12 +14,8 @@ before_install:
14
# Update Composer
15
- composer self-update
16
17
- # Install phpcs with wp-coding-standards
18
- - composer create-project wp-coding-standards/wpcs:0.12.0 --no-dev $HOME/wpcs
19
-
20
script:
21
- # Check project with phps
22
- - ~/wpcs/vendor/bin/phpcs --extensions=php --standard=./phpcs.xml -n -p .
23
24
- # Check that composer is valid and installs correctly
25
- composer install -o --prefer-dist --no-interaction
+
+ # Check project with phps
+ - ./vendor/bin/phpcs -n -p .
0 commit comments