Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
Avoid interactive mode in travis (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
pachico authored Sep 20, 2018
1 parent b137ba0 commit 3147815
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ cache:
- $HOME/.composer/cache

before_script:
- pecl install swoole
- pecl channel-update pecl.php.net
- printf "\n" | pecl install swoole
- echo "extension=swoole.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist
Expand Down

0 comments on commit 3147815

Please sign in to comment.