Skip to content

Commit

Permalink
🚧 WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre committed Feb 19, 2017
1 parent f8e9ad5 commit ce1f8da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Expand Up @@ -38,11 +38,12 @@ install:
- echo extension=php_curl.dll >> php.ini
- echo curl.cainfo=c:\php\cacert.pem >> php.ini
- cd c:\projects\asynctweetsbundle
- echo "OK"
- IF NOT EXIST composer.phar (appveyor DownloadFile https://getcomposer.org/download/1.3.2/composer.phar)
- php -v
- echo "OK"
- php composer.phar self-update -vvv
- echo "OK"
- php composer.phar require "symfony/symfony:2.8.*" -vv --profile --no-progress --ansi
- SET COMPOSER_ROOT_VERSION=

test_script:
- cd c:\projects\asynctweetsbundle
Expand Down

0 comments on commit ce1f8da

Please sign in to comment.