From 8c51a34191afc6b9c8a507811f4c188eff30f374 Mon Sep 17 00:00:00 2001 From: Mike Fisher Date: Sat, 7 May 2016 10:38:35 +0100 Subject: [PATCH] Add PHP 7 to Travis --- .gitignore | 1 + .travis.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3818a30..e4217af 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ coverage.xml coveralls-upload.json .env +.idea/ diff --git a/.travis.yml b/.travis.yml index c6050be..9dae33b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: php php: + - 7.0 - 5.6 - 5.5 - 5.4