Skip to content

Commit

Permalink
Merge pull request #145 from Zales0123/1.3-fix-build
Browse files Browse the repository at this point in the history
Make build great again
  • Loading branch information
Zales0123 authored Nov 16, 2018
2 parents 995d34b + 118accf commit 792164b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ before_install:
- set -a && source tests/Application/.env.test && set +a

install:
- composer require "symfony/symfony:${SYMFONY_VERSION}" --no-interaction --no-update
- composer require "symfony/browser-kit:${SYMFONY_VERSION}" --no-interaction --no-update
- composer require "symfony/debug-bundle:${SYMFONY_VERSION}" --no-interaction --no-update
- composer require "symfony/dotenv:${SYMFONY_VERSION}" --no-interaction --no-update
- composer require "symfony/intl:${SYMFONY_VERSION}" --no-interaction --no-update
- composer require "symfony/web-profiler-bundle:${SYMFONY_VERSION}" --no-interaction --no-update
- composer require "symfony/web-server-bundle:${SYMFONY_VERSION}" --no-interaction --no-update
- composer install --no-interaction --prefer-dist
- (cd tests/Application && yarn install)

Expand Down

0 comments on commit 792164b

Please sign in to comment.