Merge pull request #7045 from hregis/develop_bug2

Fix: force php 5.6.29 for avoid Mysqli problem with php 5.6.30
This commit is contained in:
Laurent Destailleur 2017-06-20 13:37:53 +02:00 committed by GitHub
commit 6d87209533

View File

@ -2,6 +2,7 @@
# from Dolibarr GitHub repository.
# For syntax, see http://about.travis-ci.org/docs/user/languages/php/
dist: precise
sudo: required
language: php
@ -10,7 +11,7 @@ php:
- '5.3'
- '5.4'
- '5.5'
- '5.6'
- '5.6.29'
- '7.0'
- '7.1'
- nightly