Skip to content

Commit

Permalink
--ignore-platform-reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed May 2, 2021
1 parent 5debc4a commit 3509e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,7 @@ before_script:
- mysql -e 'create database IF NOT EXISTS errorheromodule;' -uroot
- mysql -u root errorheromodule < spec/Fixture/data/sql.sql
- composer self-update
- COMPOSER_PROCESS_TIMEOUT=5000 composer install --prefer-dist --no-interaction
- COMPOSER_PROCESS_TIMEOUT=5000 composer install --prefer-dist --no-interaction --ignore-platform-reqs
- composer dump-autoload -o

script:
Expand Down

0 comments on commit 3509e97

Please sign in to comment.