diff options
author | Richard Leland <rich@richleland.com> | 2016-04-27 14:00:35 -0400 |
---|---|---|
committer | Richard Leland <rich@richleland.com> | 2016-04-27 14:00:35 -0400 |
commit | 4abdf7ebba5118ccaa39df2af2b6a44d560cdee6 (patch) | |
tree | 9c081f45a7d551193bbc6cd97992f522140b3413 | |
parent | 5410eabfe06ff374434f8ad79ff9cb3b4e6281bf (diff) | |
download | php-sparkpost-4abdf7ebba5118ccaa39df2af2b6a44d560cdee6.zip php-sparkpost-4abdf7ebba5118ccaa39df2af2b6a44d560cdee6.tar.gz php-sparkpost-4abdf7ebba5118ccaa39df2af2b6a44d560cdee6.tar.bz2 |
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: |