Skip to content

Commit

Permalink
Merge pull request #11 from morozov/pre-release
Browse files Browse the repository at this point in the history
Preparation for a new release
  • Loading branch information
morozov authored Dec 4, 2019
2 parents a5d85f5 + af64185 commit 3874d01
Show file tree
Hide file tree
Showing 7 changed files with 1,218 additions and 19 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
composer.lock
tests/tmp
vendor
/tests/tmp
/vendor
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3

branches:
only:
- master

install:
- composer install
- composer update phpunit/phpunit --with-dependencies

script:
- vendor/bin/phpunit

cache:
directories:
- $HOME/.composer/cache
- vendor
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "corneltek/pearx",
"homepage": "http://github.com/c9s/PEARX",
"homepage": "http://github.com/phpbrew/PEARX",
"description": "PEAR channel client",
"require": {
"php": ">=5.3.0",
"corneltek/cachekit": "^1",
"corneltek/curlkit": "1.0.x-dev"
"corneltek/curlkit": "^1.0.11"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"corneltek/phpunit-testmore": "dev-master"
"corneltek/phpunit-testmore": "dev-master",
"phpunit/phpunit": "^4.8||^5.7"
},
"license": "MIT",
"authors": [
Expand Down
Loading

0 comments on commit 3874d01

Please sign in to comment.