summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Nornhold <therealbeardyman@gmail.com>2016-04-27 14:26:16 -0400
committerJordan Nornhold <therealbeardyman@gmail.com>2016-04-27 14:26:16 -0400
commite094505f244ed9517441c2b4adb7fe6996314063 (patch)
tree9c081f45a7d551193bbc6cd97992f522140b3413
parent5410eabfe06ff374434f8ad79ff9cb3b4e6281bf (diff)
parent4abdf7ebba5118ccaa39df2af2b6a44d560cdee6 (diff)
downloadphp-sparkpost-e094505f244ed9517441c2b4adb7fe6996314063.zip
php-sparkpost-e094505f244ed9517441c2b4adb7fe6996314063.tar.gz
php-sparkpost-e094505f244ed9517441c2b4adb7fe6996314063.tar.bz2
Merge pull request #88 from SparkPost/php7-ci
Add PHP 7.0 to CI runs
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0547235..4d0c97b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,7 @@ language: php
php:
- '5.5'
- '5.6'
+ - '7.0'
install:
- composer install
before_script: