Skip to content

Commit

Permalink
Fix env format
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Oct 9, 2014
1 parent 938e706 commit e629376
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 @@ -9,7 +9,7 @@ php:
env:
- PHPUNIT_ARGS=--group=no-deps
- COMPOSER_PACKAGES=silex/silex:~1.0 PHPUNIT_ARGS=--group=deps-silex
- COMPOSER_PACKAGES="symfony/config:~2.0 symfony/dependency-injection:~2.0" PHPUNIT_ARGS=--group=deps-kernel
- "COMPOSER_PACKAGES='symfony/config:~2.0 symfony/dependency-injection:~2.0' PHPUNIT_ARGS=--group=deps-kernel"
- COMPOSER_PACKAGES=laravel/laravel:~4.1 PHPUNIT_ARGS=--group=deps-laravel
- COMPOSER_PACKAGES=silex/silex:~2.0@dev PHPUNIT_ARGS=--group=deps-silex

Expand Down

0 comments on commit e629376

Please sign in to comment.