Skip to content

Commit

Permalink
Stop relying on dev-master in CI
Browse files Browse the repository at this point in the history
This fixes the CI where master branch for symfony/flex stopped existing
  • Loading branch information
ostrolucky committed Oct 28, 2020
1 parent 6f3f4d9 commit f67f94f
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 @@ -19,7 +19,7 @@ env:
before_install:
- mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{,.disabled} || echo "xdebug not available"
- composer self-update
- composer global require --no-progress --no-scripts --no-plugins symfony/flex dev-master
- composer global require --no-progress --no-scripts --no-plugins symfony/flex

install:
- travis_retry composer update -n --prefer-dist --prefer-stable
Expand Down

0 comments on commit f67f94f

Please sign in to comment.