Moved phpcs after phpunit
This commit is contained in:
parent
f479d916e5
commit
c95137f9c0
|
@ -29,7 +29,7 @@ before_script:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- bash tests/bin/phpunit.sh
|
- bash tests/bin/phpunit.sh
|
||||||
|
- bash tests/bin/phpcs.sh
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- bash tests/bin/travis.sh after
|
- bash tests/bin/travis.sh after
|
||||||
- bash tests/bin/phpcs.sh
|
|
||||||
|
|
Loading…
Reference in New Issue