Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
Improve Travis CI config to prevent potential issue with installing C…
Browse files Browse the repository at this point in the history
…omposer package for Coveralls
  • Loading branch information
picodexter committed May 26, 2017
1 parent 3039de0 commit dfb56b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -32,7 +32,7 @@ cache:

before_install:
- composer self-update
- if [[ $(phpenv version-name) == "$COVERALLS_EXECUTION_PHP_VERSION" ]]; then composer require "satooshi/php-coveralls:^1.0" -n; fi
- if [[ $(phpenv version-name) == "$COVERALLS_EXECUTION_PHP_VERSION" ]]; then composer require "satooshi/php-coveralls:^1.0" --no-update -n; fi
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;

install: composer update --prefer-dist --no-interaction $COMPOSER_FLAGS
Expand Down

0 comments on commit dfb56b6

Please sign in to comment.