File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
+
2
3
php :
3
- - " 5.5"
4
- - " 5.4"
5
- - " 5.3"
4
+ - 5.3.3
5
+ - 5.3
6
+ - 5.4
7
+ - 5.5
8
+ - 5.6
9
+
10
+ before_script :
11
+ - travis_retry composer self-update
12
+ - travis_retry composer install --no-interaction --prefer-source --dev
13
+
14
+ script :
15
+ - vendor/bin/phpunit --verbose --coverage-text
Original file line number Diff line number Diff line change 1
- A PHP Wrapper for use with the [ Gitlab API] ( https://github.com/gitlabhq/gitlabhq/tree/master/doc/api ) .
1
+ A PHP wrapper for use with the [ Gitlab API] ( https://github.com/gitlabhq/gitlabhq/tree/master/doc/api ) .
2
2
==============
3
3
4
+ [ ![ Build Status] ( https://travis-ci.org/m4tthumphrey/php-gitlab-api.svg?branch=master )] ( https://travis-ci.org/m4tthumphrey/php-gitlab-api )
5
+
4
6
Based on [ php-github-api] ( https://github.com/m4tthumphrey/php-github-api ) and code from [ KnpLabs] ( https://github.com/KnpLabs/php-github-api ) .
5
7
6
8
Installation
You can’t perform that action at this time.
0 commit comments