Skip to content

Commit d08820a

Browse files
committed
Adding travis support
1 parent b2b6549 commit d08820a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: php
2+
3+
php:
4+
- 8.0
5+
6+
before_script:
7+
- wget http://getcomposer.org/composer.phar
8+
- php composer.phar install

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ConstantContact [![Build Status](https://api.travis-ci.com/phpfui/constantcontact.png?branch=master)](https://api.travis-ci.com/phpfui/constantcontact) [![Latest Packagist release](https://img.shields.io/packagist/v/phpfui/constantcontact.svg)](https://packagist.org/packages/phpfui/phpfui)
1+
# ConstantContact [![Build Status](https://api.travis-ci.com/phpfui/constantcontact.png?branch=main)](https://api.travis-ci.com/phpfui/constantcontact) [![Latest Packagist release](https://img.shields.io/packagist/v/phpfui/constantcontact.svg)](https://packagist.org/packages/phpfui/constantcontact)
22

33
PHP Object Oriented wrapper for the Constant Contact V3 API.
44

@@ -67,7 +67,7 @@ You should now be authorized to use the API. Make sure you save and restore the
6767
Since the [Constant Contact API](https://v3.developer.constantcontact.com/api_guide/index.html) is constantly being updated, this library will track all updates on a calendar based versioning schema. The major version will be the last two digits of the year the update was released. The minor version will be the month it was released. Any bug fixes will be a patch version. So V21.8.0 would be the first August 2021 version, and V21.8.1 would be a bug fix to V21.8. All bug fixes will be included in subsequent versions, so V21.9.0 would include all fixes from the V21.8 version. YAML changes are tracked nightly and a new version will be generated automatically. Multiple YAML changes in a month will be tracked as patch versions.
6868

6969
## Documentation
70-
Via [PHPFUI/InstaDoc](http://www.phpfui.com/?PHPFUI\ConstantContact)
70+
Via [PHPFUI/InstaDoc](http://www.phpfui.com/?n=PHPFUI%5CConstantContact)
7171

7272
## License
7373
**PHPFUI/ConstantContact** is distributed under the MIT License.

0 commit comments

Comments
 (0)