Skip to content

Commit

Permalink
Fix Travis Composer config
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisameling committed Oct 25, 2020
1 parent 2271122 commit 7c05797
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,16 @@ before_install:
# turn off XDebug
- phpenv config-rm xdebug.ini || return

# Temp downgrade Composer to v1 (see https://github.com/mautic/mautic/pull/9315 for details)
- composer self-update --1

# install dependencies in parallel
- travis_retry composer global require hirak/prestissimo

# set to test environment for Symfony's commands in post install commands
- export SYMFONY_ENV="test"

install:
- composer self-update --1
- composer install

# Clobber is needed because PCOV normally only works with PHPUnit 8+. Needed only to run test coverage.
Expand Down

0 comments on commit 7c05797

Please sign in to comment.