diff options
author | David <ottodavid@gmx.net> | 2015-08-09 09:50:36 +0200 |
---|---|---|
committer | David <ottodavid@gmx.net> | 2015-08-09 09:50:36 +0200 |
commit | b57492b70822a174f6d00637c81031ba414ee840 (patch) | |
tree | 032b3a04b07090ec19fdc54ffd70a0d9e7528aeb | |
parent | 3d636cf2815da4b13af2db8220d0382fea59f43f (diff) |
added PHP 5.6 to travis
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b6badb3d..1958790a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ php: - 5.3 - 5.4 - 5.5 + - 5.6 + - 5.7 before_script: - composer self-update |