Skip to content

Commit

Permalink
skip phpcs with php7
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas committed Aug 15, 2019
1 parent fe1afc1 commit ddfe39f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis/script_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ vendor/bin/phpunit $PHPUNIT_FLAGS
phpenv config-rm xdebug.ini || true
php tests/benchmark.php json 3
php tests/benchmark.php xml 3
vendor/bin/phpcs

if [[ $TRAVIS_PHP_VERSION != '7.4'* ]]; then vendor/bin/phpcs; fi

0 comments on commit ddfe39f

Please sign in to comment.