Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc727b commit 94fe538Copy full SHA for 94fe538
.appveyor.yml
@@ -77,5 +77,6 @@ install:
77
78
test_script:
79
- cd c:\projects\phpspec-code-coverage
80
- - phpdbg -qrr vendor\phpspec\phpspec\bin\phpspec run -vvv
+ - bin\phpcs
81
+ - phpdbg -qrr vendor\phpspec\phpspec\bin\phpspec run --no-code-generation -vvv
82
.travis.yml
@@ -19,6 +19,7 @@ before_script:
19
script:
20
- composer validate
21
- composer update
22
+ - bin/phpcs
23
- bin/phpspec run --no-code-generation
24
25
install:
0 commit comments