Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 94fe538

Browse files
committed
Add PHP CodeSniffer to travis & appveyor
1 parent 3fc727b commit 94fe538

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎.appveyor.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,6 @@ install:
7777

7878
test_script:
7979
- cd c:\projects\phpspec-code-coverage
80-
- phpdbg -qrr vendor\phpspec\phpspec\bin\phpspec run -vvv
80+
- bin\phpcs
81+
- phpdbg -qrr vendor\phpspec\phpspec\bin\phpspec run --no-code-generation -vvv
8182

‎.travis.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ before_script:
1919
script:
2020
- composer validate
2121
- composer update
22+
- bin/phpcs
2223
- bin/phpspec run --no-code-generation
2324

2425
install:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /