Skip to content

Instantly share code, notes, and snippets.

@BackEndTea
Created October 4, 2019 09:05
Show Gist options
  • Save BackEndTea/2eca7996b34fd97a0ab3fb380181daf9 to your computer and use it in GitHub Desktop.
Save BackEndTea/2eca7996b34fd97a0ab3fb380181daf9 to your computer and use it in GitHub Desktop.
Allow composer to intall on nightly php
install:
- if [[ $TRAVIS_PHP_VERSION = nightly ]]; then export COMPOSER_FLAGS="--ignore-platform-reqs"; fi
- travis_retry composer update --prefer-dist $COMPOSER_FLAGS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment