Testing Travis setup with Xenial and removed testing with PHP 5.5 as Chamilo 1.11.6 requires PHP 5.6 or higher

pull/2487/head
Yannick Warnier 8 years ago
parent aa7a864b8f
commit be532f9cd5
  1. 4
      .travis.yml

@ -14,14 +14,14 @@ services:
- mysql
sudo: required
dist: trusty
dist: xenial
cache:
directories:
- $HOME/.composer/cache/files
php:
#- 5.4 // Removed because of Chash dependencies on PHP 5.5
- 5.5
#- 5.5 // Removed because official support ended in 2016
- 5.6
- 7.0
- 7.1

Loading…
Cancel
Save