diff options
author | David <ottodavid@gmx.net> | 2015-08-09 11:31:44 +0200 |
---|---|---|
committer | David <ottodavid@gmx.net> | 2015-08-09 11:31:44 +0200 |
commit | c730effe98fe07d0730e1a5d4c763e1f04a9cfba (patch) | |
tree | 68312deb6382c73ec45d9d0e12a95cc763e2648c | |
parent | 61ae2e2a822c32706a7971f89a49897bde59a9ff (diff) |
Removed PHP 7 from travis because of missing xdebug
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 649e7340..d1e79154 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ php: - 5.4 - 5.5 - 5.6 - - 7.0 before_script: - composer self-update |