X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fpecl-ci;a=blobdiff_plain;f=README.md;h=64187d5864d8d92b133e2fa2b5219bd1eb407dd9;hp=45c4c60f6554c27de86874baf6d226f5bc711461;hb=HEAD;hpb=a317d33ab68cd362c369fabf0e1bac8baa89f1cf diff --git a/README.md b/README.md index 45c4c60..64187d5 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# travis-pecl +# pecl-ci -These few lines of code support building and testing PHP extensions on Travis-CI. +These few lines of code support building and testing PHP extensions on CI. ## Usage First, we'll add this repo to our extension as submodule: - git submodule add -n travis-pecl https://github.com/m6w6/travis-pecl.git travis/pecl + git submodule add -n pecl-ci https://github.com/m6w6/pecl-ci.git scripts/ci git submodule update --init Let's build a `.travis.yml`by example. We'll use a simple PHP script, e.g. `gen_travis_yml.php`, @@ -33,7 +33,7 @@ which will generate the configuration for us: