Skip to content

Commit

Permalink
Update Appveyor badge
Browse files Browse the repository at this point in the history
  • Loading branch information
srmklive committed Mar 6, 2018
1 parent fab2234 commit 2dede38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/srmklive/flysystem-dropbox-v2/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/srmklive/flysystem-dropbox-v2/?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/srmklive/flysystem-dropbox-v2/badge.svg?branch=master)](https://coveralls.io/github/srmklive/flysystem-dropbox-v2?branch=master)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/5140968d-c422-4a3d-94e0-c1301f2ad3bb/small.png)](https://insight.sensiolabs.com/projects/5140968d-c422-4a3d-94e0-c1301f2ad3bb)
[![Build status](https://ci.appveyor.com/api/projects/status/ye1r3ouphy218awd?svg=true)](https://ci.appveyor.com/project/srmklive/flysystem-dropbox-v2)
[![Build status](https://ci.appveyor.com/api/projects/status/02ws0t7clh77s9rq?svg=true)](https://ci.appveyor.com/project/srmklive/flysystem-dropbox-v2)

This package contains a [Flysystem](https://flysystem.thephpleague.com/) adapter for Dropbox API v2.

Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -15,8 +15,8 @@ install:
- cinst wget
- IF EXIST c:\php (SET PHP=0) ELSE (mkdir c:\php)
- cd c:\php
- IF %PHP%==1 wget http://windows.php.net/downloads/releases/archives/php-7.0.0-nts-Win32-VC14-x86.zip
- IF %PHP%==1 7z x php-7.0.0-nts-Win32-VC14-x86.zip -y >nul
- IF %PHP%==1 wget http://windows.php.net/downloads/releases/archives/php-7.1.14-nts-Win32-VC14-x86.zip
- IF %PHP%==1 7z x php-7.1.14-nts-Win32-VC14-x86.zip -y >nul
- IF %PHP%==1 del /Q *.zip
- IF %PHP%==1 echo @php %%~dp0composer.phar %%* > composer.bat
- IF %PHP%==1 copy /Y php.ini-development php.ini
Expand Down

0 comments on commit 2dede38

Please sign in to comment.