diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..3507c23 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: php + +php: + - 5.3 + - 5.4 + +script: phpunit --configuration build/phpunit.xml diff --git a/README.md b/README.md index 9f81c1b..fab74d2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -AWeber API PHP Library +AWeber API PHP Library [![Build Status](https://secure.travis-ci.org/aweber/AWeber-API-PHP-Library.png)](http://travis-ci.org/aweber/AWeber-API-PHP-Library) ====================== PHP library for easily integrating with the AWeber API.