Skip to content

Commit 87cc78d

Browse files
committed
Updated travis config to skip composer tests for php 5.2 as it is not supported.
1 parent 5c700b1 commit 87cc78d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@ script:
9090
if [[ "$NPM_TESTS" == "1" ]]; then
9191
npm test
9292
else
93-
if [[ "$TRAVIS_PHP_VERSION" == "5.2" ]]; then
94-
/home/travis/.phpenv/versions/5.4/bin/composer phpcs
95-
else
93+
if [[ "$TRAVIS_PHP_VERSION" != "5.2" ]]; then
9694
composer phpcs
9795
fi
9896

0 commit comments

Comments
 (0)