File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 11# ** ezsql**
22
3- [ ![ Build Status] ( https://travis-ci.org/ezSQL/ezSQL.svg?branch=v4 )] ( https://travis-ci.org/ezSQL/ezSQL )
4- [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/6s8oqnoxa2i5k04f?svg=true )] ( https://ci.appveyor.com/project/jv2222/ezsql )
5- [ ![ codecov] ( https://codecov.io/gh/ezSQL/ezSQL/branch/v4/graph/badge.svg )] ( https://codecov.io/gh/ezSQL/ezSQL )
6- [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/0071eb99ab4f5ac5b1f2/maintainability )] ( https://codeclimate.com/github/ezSQL/ezSQL/maintainability )
3+ [ ![ Build Status] ( https://travis-ci.org/ezSQL/ezSQL.svg?branch=master )] ( https://travis-ci.org/ezSQL/ezSQL ) [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/6s8oqnoxa2i5k04f?svg=true )] ( https://ci.appveyor.com/project/jv2222/ezsql ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/ezSQL/ezSQL/badge.svg?branch=master )] ( https://coveralls.io/github/ezSQL/ezSQL?branch=master ) [ ![ codecov] ( https://codecov.io/gh/ezSQL/ezSQL/branch/master/graph/badge.svg )] ( https://codecov.io/gh/ezSQL/ezSQL ) [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/0071eb99ab4f5ac5b1f2/maintainability )] ( https://codeclimate.com/github/ezSQL/ezSQL/maintainability )
74
85*** A class to make it very easy to deal with database connections.***
96
Original file line number Diff line number Diff line change @@ -18,15 +18,6 @@ services:
1818 - mysql
1919 - postgresql
2020
21- # # Cache composer, chocolatey and php bits
22- cache :
23- - composer.phar
24- # Cache chocolatey packages
25- - C:\ProgramData\chocolatey\bin -> .appveyor.yml
26- - C:\ProgramData\chocolatey\lib -> .appveyor.yml
27- # Cache php install
28- - c:\tools\php -> .appveyor.yml
29-
3021# # Set up environment variables
3122init :
3223 - SET PATH=C:\Program Files\OpenSSL;c:\tools\php;C:\Program Files\PostgreSQL\9.4\bin\;%PATH%
You can’t perform that action at this time.
0 commit comments