diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-05-21 16:20:05 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-05-21 16:20:05 +0100 |
| commit | 4c45e87e90a5cc4cf744f2b92363f01046a40a9e (patch) | |
| tree | 021fd2f64f6d701881443390724ced0ae689e738 /.travis.yml | |
| parent | 074f29cf24b273f0ec1b9599fa467a2e5b35a2b6 (diff) | |
| download | webtrees-4c45e87e90a5cc4cf744f2b92363f01046a40a9e.tar.gz webtrees-4c45e87e90a5cc4cf744f2b92363f01046a40a9e.tar.bz2 webtrees-4c45e87e90a5cc4cf744f2b92363f01046a40a9e.zip | |
Test against PHP 7.0
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 f7637c8c7d..6af6876c75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: php php: + - 7.0 - 5.6 - 5.5 - 5.4 |
