Skip to content

Commit

Permalink
Added CS check to travisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxwin committed Mar 14, 2019
1 parent d75ef19 commit 1b69528
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ install:

script:
- if [[ $TEST_COVERAGE == 'true' ]]; then composer test-coverage ; else composer test ; fi
- if [[ $CS_CHECK == 'true' ]]; then composer cs-check ; fi

after_script:
- if [[ $TEST_COVERAGE == 'true' ]]; then vendor/bin/php-coveralls -v ; fi
Expand Down

0 comments on commit 1b69528

Please sign in to comment.