From 3002c2855756445c3c2140abc672bfcdc3933313 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 20 Jun 2017 06:57:23 +0200 Subject: [PATCH 1/2] Fix: add dist name --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 473a1ac8fba..509578e57ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 From 07a2938b832e4d38268dbba5e37ea60ff2255561 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 20 Jun 2017 07:07:12 +0200 Subject: [PATCH 2/2] Fix: try to force php version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 509578e57ef..db0f3196cf8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ php: - '5.3' - '5.4' - '5.5' -- '5.6' +- '5.6.29' - '7.0' - '7.1' - nightly