Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba authored and pamil committed May 21, 2018
1 parent b1c8dfc commit e6eb5df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,10 @@ env:

matrix:
include:
-
php: 7.1
env:
- CODING_STANDARD=true
-
php: 7.1
env:
Expand Down Expand Up @@ -79,6 +83,7 @@ before_script:
- etc/travis/run-suite before_script "${SYLIUS_SUITE}"

script:
- if [[ $CODING_STANDARD != "" ]]; then bin/ecs check src tests; fi
- etc/travis/run-suite script "${SYLIUS_SUITE}"

before_cache:
Expand Down

0 comments on commit e6eb5df

Please sign in to comment.