Skip to content

Commit dadd683

Browse files
authored
Merge pull request #84 from rejinka/travic-ci-fix
It's SYMFONY_DI_VERSION, not SYMFONY_VERSION
2 parents 434ed11 + 23da3b0 commit dadd683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ before_install:
2323
- composer self-update
2424

2525
install:
26-
- if [ ! -z ${SYMFONY_VERSION+x} ]; then composer require --no-update "symfony/dependency-injection:${SYMFONY_VERSION}"; fi
26+
- if [ ! -z ${SYMFONY_DI_VERSION+x} ]; then composer require --no-update "symfony/dependency-injection:${SYMFONY_DI_VERSION}"; fi
2727
- composer install --prefer-dist
2828

2929
script: vendor/bin/phpunit

0 commit comments

Comments
 (0)