summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavey Shafik <me@daveyshafik.com>2016-10-03 12:25:05 -0700
committerDavey Shafik <me@daveyshafik.com>2016-10-03 12:25:05 -0700
commit615fb0f4111d584d5a36a9abc5f0c28e417a9c7e (patch)
tree437b74daa7760611c016bfac2028abbda53330d2
parent19795ccf236ba2e2b58f88db0d93883ec334efcf (diff)
downloadphp7-mysql-shim-615fb0f4111d584d5a36a9abc5f0c28e417a9c7e.zip
php7-mysql-shim-615fb0f4111d584d5a36a9abc5f0c28e417a9c7e.tar.gz
php7-mysql-shim-615fb0f4111d584d5a36a9abc5f0c28e417a9c7e.tar.bz2
Add PHP 7.1 and nightly to travis0.2.0
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4490a5f..1429800 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,10 +4,13 @@ services:
php:
- 5.6
- 7.0
+ - 7.1
+ - nightly
- hhvm
matrix:
allow_failures:
- php: hhvm
+ - php: nightly
sudo: false
before_install:
- composer self-update