Skip to content

Commit 0d57983

Browse files
committed
Remove PHPCS test (bis).
1 parent a9e709e commit 0d57983

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ env:
1414
- DB=sqlite db_dsn='sqlite:///:memory:'
1515
global:
1616
- DEFAULT=1
17-
- PHPCS=0
1817

1918
services:
2019
- memcached
@@ -33,7 +32,7 @@ matrix:
3332
env: CODECOVERAGE=1 DEFAULT=0
3433

3534
- php: 7.0
36-
env: PHPCS=1 DEFAULT=0
35+
env: PHPCS=0 DEFAULT=0
3736

3837
- php: hhvm
3938
env: HHVM=1 DB=sqlite db_dsn='sqlite:///:memory:'

0 commit comments

Comments
 (0)