Skip to content

Commit ef2a2cb

Browse files
committed
Merge pull request #1 from SparkPost/travisci
Add Travis CI
2 parents 3ac30cf + 0dc780b commit ef2a2cb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: php
2+
php:
3+
- '5.5'
4+
- '5.4'
5+
install:
6+
- composer install
7+
script: phpunit --bootstrap test/unit/bootstrap.php ./test/unit
8+
notifications:
9+
slack:
10+
secure: dsz+D/TuylEi+6zqdB5dVqyMlpbpafaBBcAwYIijTK6LuG8KdIdGNSFVX1ro6o3bJFwMvtfxNeK1eFrMy8l6VHZQL0dkXWRmCl/pxLhEntUiYTDwDOtiqy1QLZtv5AqtsdSr1qLiOJtgF6gXk66xipnV2UzjLVVoxzSrdOSnX4U=

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Travis CI](https://travis-ci.org/SparkPost/php-sparkpost.svg?branch=master)](https://travis-ci.org/SparkPost/php-sparkpost)
2+
13
# SparkPost PHP SDK
24
The official PHP binding for your favorite SparkPost APIs!
35

@@ -101,4 +103,4 @@ Submitting pull requests
101103

102104
Signing our CLA
103105

104-
Our coding standards
106+
Our coding standards

0 commit comments

Comments
 (0)