Add Travis CI config and status, see #19

This commit is contained in:
Synchro 2013-02-01 15:32:12 +01:00
parent 691d7b086c
commit 1d074a4ec9
2 changed files with 21 additions and 1 deletions

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: php
php:
- 5.5
- 5.4
- 5.3
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y -qq postfix
before_script:
- sudo service postfix stop
- smtp-sink -d "%d.%H.%M.%S" localhost:2500 1000 &
- cd test
script:
- phpunit phpmailerTest

View File

@ -1,5 +1,7 @@
# PHPMailer - A full-featured email creation and transfer class for PHP
Build status: [![Build Status](https://travis-ci.org/Synchro/PHPMailer.png)](https://travis-ci.org/Synchro/PHPMailer)
## Class Features
- Probably the world's most popular code for sending email from PHP!
@ -93,6 +95,10 @@ You'll find some basic user-level docs in the docs folder, and you can generate
You'll find a PHPUnit test script in the `test` folder.
Build status: [![Build Status](https://travis-ci.org/Synchro/PHPMailer.png)](https://travis-ci.org/Synchro/PHPMailer)
If this isn't passing, is there something you can do to help?
## Contributing
Please submit bug reports, suggestions and pull requests to the [Google Code tracker](https://code.google.com/a/apache-extras.org/p/phpmailer/issues/list) or the [GitHub issue tracker](https://github.com/Synchro/PHPMailer/issues).
@ -109,4 +115,4 @@ See changelog.md
- PHPMailer was originally written in 2001 by Brent R. Matzelle as a [SourceForge project](http://sourceforge.net/projects/phpmailer/).
- Marcus Bointon (coolbru on SF) and Andy Prevost (codeworxtech) took over the project in 2004.
- The project became an [Apache incubator project on Google Code](https://code.google.com/a/apache-extras.org/p/phpmailer/) in 2010, managed by Jim Jagielski
- Marcus maintains a [GitHub repository](https://github.com/Synchro/PHPMailer) that's kept in sync with the Google Code project as far as is practical.
- Marcus maintains this [GitHub repository](https://github.com/Synchro/PHPMailer) that's kept in sync with the Google Code project as far as is practical.