Skip to content

Commit

Permalink
Use PHP 5.6 for Travis and AppVeyor. 5.6 is a build/dev requirement, …
Browse files Browse the repository at this point in the history
…not a runtime one.
  • Loading branch information
jumpinjackie committed Apr 5, 2017
1 parent 62b639d commit c657fa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.5
- 5.6

install: composer install
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ init:
install:
- IF EXIST c:\php_%PLATFORM% (SET PHP=0) ELSE (mkdir c:\php_%PLATFORM%)
- cd c:\php_%PLATFORM%
- IF %PHP%==1 appveyor DownloadFile http://windows.php.net/downloads/releases/archives/php-5.5.17-nts-Win32-VC11-%PLATFORM%.zip
- IF %PHP%==1 7z x php-5.5.17-nts-Win32-VC11-%PLATFORM%.zip -y >nul
- IF %PHP%==1 appveyor DownloadFile http://windows.php.net/downloads/releases/php-5.6.30-nts-Win32-VC11-%PLATFORM%.zip
- IF %PHP%==1 7z x php-5.6.30-nts-Win32-VC11-%PLATFORM%.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 c657fa3

Please sign in to comment.