diff options
author | beardyman <nornholdj@gmail.com> | 2015-09-25 16:42:58 -0400 |
---|---|---|
committer | beardyman <nornholdj@gmail.com> | 2015-09-25 16:42:58 -0400 |
commit | a436c497229ada070588f9b0babdd615b1cacc1b (patch) | |
tree | 723e1bec5f2379e3e955ee9759d72e856b2c873c | |
parent | 04f09ee80d3b90fcc26d455237d6576ba999f2b1 (diff) | |
download | php-sparkpost-a436c497229ada070588f9b0babdd615b1cacc1b.zip php-sparkpost-a436c497229ada070588f9b0babdd615b1cacc1b.tar.gz php-sparkpost-a436c497229ada070588f9b0babdd615b1cacc1b.tar.bz2 |
removed testing on php 5.7 in travis
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index cfabab0..445a28e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: php php: - '5.5' - '5.6' -- '5.7' install: - composer install script: phpunit --bootstrap test/unit/bootstrap.php ./test/unit |