Skip to content
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.

Commit

Permalink
Merge pull request #17 from ethanmcc/use-travis
Browse files Browse the repository at this point in the history
Use travis
  • Loading branch information
AWeber Communications committed Aug 15, 2012
2 parents c631751 + d6db9bd commit fa7144d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
language: php

php:
- 5.3
- 5.4

script: phpunit --configuration build/phpunit.xml
2 changes: 1 addition & 1 deletion 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.
Expand Down

0 comments on commit fa7144d

Please sign in to comment.