diff options
author | David <ottodavid@gmx.net> | 2015-08-09 10:57:47 +0200 |
---|---|---|
committer | David <ottodavid@gmx.net> | 2015-08-09 10:58:22 +0200 |
commit | 61ae2e2a822c32706a7971f89a49897bde59a9ff (patch) | |
tree | 597eb87b6352c7a5ed24d073a78c42ee03d8e02b /.travis.yml | |
parent | b57492b70822a174f6d00637c81031ba414ee840 (diff) |
Fix travis setup
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1958790a..649e7340 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ php: - 5.4 - 5.5 - 5.6 - - 5.7 + - 7.0 before_script: - composer self-update |