diff options
| author | uwetews <uwe.tews@googlemail.com> | 2017-04-17 04:35:17 +0200 |
|---|---|---|
| committer | uwetews <uwe.tews@googlemail.com> | 2017-04-17 04:35:17 +0200 |
| commit | f7bdfe463b7c21e11700b513a8cd7da8071924f5 (patch) | |
| tree | 1d785398df1fe60533ff3ed1bd8dc56a27b7178b /.travis.yml | |
| parent | cfd8bf32b0680d4390a5e6d4f498aa2b387f4dda (diff) | |
| download | smarty-f7bdfe463b7c21e11700b513a8cd7da8071924f5.tar.gz smarty-f7bdfe463b7c21e11700b513a8cd7da8071924f5.tar.bz2 smarty-f7bdfe463b7c21e11700b513a8cd7da8071924f5.zip | |
Add PHP 7.1 to travis tests
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7f21fc53..e476eac1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ php: - 5.5 - 5.6 - 7.0 + - 7.1 - hhvm services: |
