Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
Fixed Travis script typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann Eugoné committed Aug 24, 2017
1 parent bcb9898 commit 331eae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cache:
before_install:
- composer selfupdate
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/framework-bundle:${SYMFONY_VERSION}" --no-update; composer require "symfony/security-bundle:${SYMFONY_VERSION}" --no-update; composer require --dev "symfony/yaml:${SYMFONY_VERSION}" --no-update; fi;
- if [ "$SYMFONY_VERSION" == "3.4.x-dev" ]; then composer require "symfony/cache:${SYMFONY_VERSION}"" --no-update; fi;
- if [ "$SYMFONY_VERSION" == "3.4.x-dev" ]; then composer require "symfony/cache:${SYMFONY_VERSION}" --no-update; fi;

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

Expand Down

0 comments on commit 331eae6

Please sign in to comment.