From c95137f9c067272ec4d27549610402f35dcdd7de Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Tue, 10 Oct 2017 10:50:22 -0300 Subject: [PATCH] Moved phpcs after phpunit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ae8ceff9032..9181bdd99eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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