Skip to content

Commit 792164b

Browse files
authored
Merge pull request #145 from Zales0123/1.3-fix-build
Make build great again
2 parents 995d34b + 118accf commit 792164b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@ before_install:
3030
- set -a && source tests/Application/.env.test && set +a
3131

3232
install:
33-
- composer require "symfony/symfony:${SYMFONY_VERSION}" --no-interaction --no-update
33+
- composer require "symfony/browser-kit:${SYMFONY_VERSION}" --no-interaction --no-update
34+
- composer require "symfony/debug-bundle:${SYMFONY_VERSION}" --no-interaction --no-update
35+
- composer require "symfony/dotenv:${SYMFONY_VERSION}" --no-interaction --no-update
36+
- composer require "symfony/intl:${SYMFONY_VERSION}" --no-interaction --no-update
37+
- composer require "symfony/web-profiler-bundle:${SYMFONY_VERSION}" --no-interaction --no-update
38+
- composer require "symfony/web-server-bundle:${SYMFONY_VERSION}" --no-interaction --no-update
3439
- composer install --no-interaction --prefer-dist
3540
- (cd tests/Application && yarn install)
3641

0 commit comments

Comments
 (0)