Skip to content

Commit

Permalink
Fix Composer Install
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpollmann committed Aug 5, 2019
1 parent f435ac2 commit 4461f75
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 @@ -21,7 +21,7 @@ matrix:
env: PHPSTAN=1 DEFAULT=0

before_script:
- if [[ $DEFAULT = 1 ]]; then composer install; fi
- if [[ $DEFAULT = 1 || $PHPCS = 1 ]]; then composer install; fi
- if [[ $DEFAULT = 1 ]]; then composer run-script post-install-cmd --no-interaction; fi
- if [[ $PHPSTAN = 1 ]]; then composer require --dev "phpstan/phpstan"; fi

Expand Down

0 comments on commit 4461f75

Please sign in to comment.