Skip to content

Commit

Permalink
travis: fixed tab width for coding style check
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Jan 29, 2016
1 parent 7ba694b commit fffa90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ before_script:
script:
- ./tests/run.sh -s $NTESTER_FLAGS ./tests/cases
- if [ "$TRAVIS_PHP_VERSION" == "7.0" ]; then vendor/bin/parallel-lint src tests; fi
- if [ "$TRAVIS_PHP_VERSION" == "7.0" ]; then vendor/bin/phpcs --standard=ruleset.xml -sp src tests; fi
- if [ "$TRAVIS_PHP_VERSION" == "7.0" ]; then vendor/bin/phpcs --standard=ruleset.xml --tab-width=4 -sp src tests; fi

after_script:
- if [ "$TRAVIS_PHP_VERSION" == "7.0" ]; then
Expand Down

0 comments on commit fffa90b

Please sign in to comment.