Moved phpcs after phpunit

This commit is contained in:
Claudio Sanches 2017-10-10 10:50:22 -03:00
parent f479d916e5
commit c95137f9c0
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ before_script:
script:
- bash tests/bin/phpunit.sh
- bash tests/bin/phpcs.sh
after_script:
- bash tests/bin/travis.sh after
- bash tests/bin/phpcs.sh