diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-12-02 22:04:10 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-12-02 22:04:10 +0000 |
| commit | 117c5bdf3c5af717ee7f4f9373614fc4863063a4 (patch) | |
| tree | 63e6b90add9238678136eb463b5a85aa4c41f995 /.travis.yml | |
| parent | 00bd9ea91b5588e66903e5332557f3eb9a47028e (diff) | |
| download | webtrees-117c5bdf3c5af717ee7f4f9373614fc4863063a4.tar.gz webtrees-117c5bdf3c5af717ee7f4f9373614fc4863063a4.tar.bz2 webtrees-117c5bdf3c5af717ee7f4f9373614fc4863063a4.zip | |
Remove PHP7.0 from the test matrix
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 568cc56e3b..339554f10b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,9 @@ language: php php: - - 7.0 - 7.1 - 7.2 - nightly - - hhvm ## Non-sudo environments are faster sudo: false |
