diff options
author | Tristan Darricau <github@nicofuma.fr> | 2016-09-25 17:26:32 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2016-09-25 17:26:32 +0200 |
commit | c4812a2d832415a339de9c2267c167718b01bbc1 (patch) | |
tree | 8dc9fc62da46a6aa1bef9e726c485b9d7b121202 /.travis.yml | |
parent | Merge branch '3.2.x' (diff) | |
parent | Merge pull request #4463 from marc1706/ticket/14797 (diff) | |
download | phpbb-c4812a2d832415a339de9c2267c167718b01bbc1.tar.gz phpbb-c4812a2d832415a339de9c2267c167718b01bbc1.tar.bz2 phpbb-c4812a2d832415a339de9c2267c167718b01bbc1.zip |
Merge branch '3.2.x'
* 3.2.x:
[ticket/14797] Support PHP 7.1 and clearly state support for latest versions
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 699c4ecac6..19251d6155 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,6 @@ matrix: - php: hhvm env: DB=mysqli allow_failures: - - php: 7.1 - php: hhvm - php: nightly fast_finish: true |