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 1
1
# ** ezsql**
2
2
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 )
7
4
8
5
*** A class to make it very easy to deal with database connections.***
9
6
Original file line number Diff line number Diff line change @@ -18,15 +18,6 @@ services:
18
18
- mysql
19
19
- postgresql
20
20
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
-
30
21
# # Set up environment variables
31
22
init :
32
23
- 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