diff options
author | Christian Riesen <chris.riesen@gmail.com> | 2015-07-27 12:06:02 +0200 |
---|---|---|
committer | Christian Riesen <chris.riesen@gmail.com> | 2015-07-27 12:06:02 +0200 |
commit | 6f78ad475deabdc91bd567df905cc77508612da4 (patch) | |
tree | 1fab5bacefeeef5c817c9d6da60232f398864384 | |
parent | 1d8b74881c2f21f2df5515b0faa4a8e777889669 (diff) | |
download | otp-6f78ad475deabdc91bd567df905cc77508612da4.zip otp-6f78ad475deabdc91bd567df905cc77508612da4.tar.gz otp-6f78ad475deabdc91bd567df905cc77508612da4.tar.bz2 |
Update travis file to support php 5.3-5.6 and php7
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index bb04ac4..b863299 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,9 @@ language: php php: - 5.3 - 5.4 + - 5.5 + - 5.6 + - 7.0 script: phpunit |