Skip to content

Commit

Permalink
.travis.yml: try to install everything on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Apr 1, 2018
1 parent 4e1e4e6 commit 9ed5629
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,8 @@ cache:

install:
- pecl install ast
- composer install --prefer-dist
- if [[ "$TRAVIS_PHP_VERSION" == "nightly" ]]; then COMPOSER_ARGS='--ignore-platform-reqs'; fi
- composer install --prefer-dist $COMPOSER_ARGS

script:
- make ci --keep-going COMPOSER='/bin/sh -c composer'
Expand Down

0 comments on commit 9ed5629

Please sign in to comment.