Skip to content

Commit

Permalink
Skip composer install on PHP 5.3 due to phpcs not being available
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Mar 8, 2018
1 parent 8e6698b commit a04782a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ cache:
matrix:
include:
- php: "5.3"
env: WP_VERSION=latest DEV_LIB_SKIP=phpcs
env: WP_VERSION=latest DEV_LIB_SKIP=composer,phpcs
- php: "5.3"
env: WP_VERSION=4.7 DEV_LIB_SKIP=phpcs
env: WP_VERSION=4.7 DEV_LIB_SKIP=composer,phpcs
- php: "5.4"
env: WP_VERSION=latest
- php: "5.4"
Expand Down

0 comments on commit a04782a

Please sign in to comment.