Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark authored May 1, 2020
1 parent 50c4af6 commit 5e6b4ae
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 @@ -41,7 +41,7 @@ before_script:

script:
- if [[ $DEFAULT == 1 ]]; then vendor/bin/phpunit ; fi
- if [[ $PREFER_LOWEST == 1 ]]; then composer require --dev --update-with-all-dependencies dereuromark/composer-prefer-lowest composer/semver && vendor/bin/validate-prefer-lowest ; fi
- if [[ $PREFER_LOWEST == 1 ]]; then composer require --dev --update-with-all-dependencies dereuromark/composer-prefer-lowest && vendor/bin/validate-prefer-lowest ; fi

- if [[ $CHECKS == 1 ]]; then composer stan-setup && composer stan ; fi
- if [[ $CHECKS == 1 ]]; then composer cs-check ; fi
Expand Down

0 comments on commit 5e6b4ae

Please sign in to comment.