Skip to content

Commit

Permalink
Remove platform reqs for nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
renekorss committed Jan 20, 2019
1 parent 5e0f2ab commit dc0a4c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -20,13 +20,14 @@ matrix:
- php: 7.3
- php: hhvm
- php: nightly
env: COMPOSER_ARGS="--ignore-platform-reqs"
allow_failures:
- php: nightly

before_script:
- rm composer.lock
- composer self-update
- composer install --prefer-dist --no-interaction
- composer install --prefer-dist --no-interaction $COMPOSER_ARGS

script:
- mkdir -p build/logs
Expand Down

0 comments on commit dc0a4c3

Please sign in to comment.