summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Nyholm <tobias.nyholm@gmail.com>2016-08-24 17:30:59 +0200
committerAvi Goldman <avrahamymgoldman@gmail.com>2016-08-24 11:30:59 -0400
commite325c046ac4d3478b1f5b70085162e9f932e071b (patch)
tree1974c9550a846e00637f81c4a034a3685442e28e
parente8d932d05c59c3f4f48124bfed0de7187d56751f (diff)
downloadphp-sparkpost-e325c046ac4d3478b1f5b70085162e9f932e071b.zip
php-sparkpost-e325c046ac4d3478b1f5b70085162e9f932e071b.tar.gz
php-sparkpost-e325c046ac4d3478b1f5b70085162e9f932e071b.tar.bz2
test on php 7.1
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 4d0c97b..7da5f3b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,9 @@
language: php
php:
- - '5.5'
- - '5.6'
- - '7.0'
+ - 5.5
+ - 5.6
+ - 7.0
+ - 7.1
install:
- composer install
before_script: