diff options
author | Rich Leland <rich.leland@messagesystems.com> | 2015-02-04 22:05:53 -0500 |
---|---|---|
committer | Rich Leland <rich.leland@messagesystems.com> | 2015-02-04 22:05:53 -0500 |
commit | 31c78f0e0eb96803166c84dacd4d201475f05f7f (patch) | |
tree | d03ca541f9ecfc73096554fa74ee066b765f5185 | |
parent | 3ac30cf00aaec7d2b4c313f52f05bdd5dab93fc3 (diff) | |
download | php-sparkpost-31c78f0e0eb96803166c84dacd4d201475f05f7f.zip php-sparkpost-31c78f0e0eb96803166c84dacd4d201475f05f7f.tar.gz php-sparkpost-31c78f0e0eb96803166c84dacd4d201475f05f7f.tar.bz2 |
added travis ci config
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..36bdff5 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: php +php: +- '5.5' +- '5.4' +install: +- composer install +script: phpunit --bootstrap test/unit/bootstrap.php ./test/unit |