Skip to content

Commit

Permalink
Fix travis composer command
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiCollin committed Feb 8, 2018
1 parent 200f4a8 commit 1706e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,7 @@ matrix:
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction
- if [ "$LARAVEL_VERSION" != "" ]; then composer require-dev "laravel/laravel:${LARAVEL_VERSION}" --no-update; fi;
- if [ "$LARAVEL_VERSION" != "" ]; then composer require --dev "laravel/laravel:${LARAVEL_VERSION}" --no-update; fi;
- composer update

script:
Expand Down

0 comments on commit 1706e53

Please sign in to comment.