We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09477b7 commit 7831654Copy full SHA for 7831654
.travis.yml
@@ -34,7 +34,8 @@ jobs:
34
- brew tap homebrew/homebrew-php
35
- brew install php71
36
- brew install homebrew/php/php71-xdebug
37
- - curl https://getcomposer.org/installer | php
+ - php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
38
+ - php composer-setup.php
39
- ln -s "`pwd`/composer.phar" /usr/local/bin/composer
40
- stage: release
41
php: '7.0'
0 commit comments