diff options
author | Jordan Nornhold <therealbeardyman@gmail.com> | 2016-04-27 14:26:16 -0400 |
---|---|---|
committer | Jordan Nornhold <therealbeardyman@gmail.com> | 2016-04-27 14:26:16 -0400 |
commit | e094505f244ed9517441c2b4adb7fe6996314063 (patch) | |
tree | 9c081f45a7d551193bbc6cd97992f522140b3413 | |
parent | 5410eabfe06ff374434f8ad79ff9cb3b4e6281bf (diff) | |
parent | 4abdf7ebba5118ccaa39df2af2b6a44d560cdee6 (diff) | |
download | php-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.yml | 1 |
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: |