From 5d7783753232a2f964e6ee2603c83881384c6a7a Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Wed, 21 Dec 2016 11:34:29 +0100 Subject: [PATCH 1/2] Added travis_wait in config to increase build time to 20min --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4f945c21..d85c94e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ sudo: required services: - docker script: -- make all +- travis_wait make all notifications: slack: secure: TTo1z9nbZCWcIdfPwypubNa3y+pwvfgDGlzEVAGEuK7uuIpmEoAcAUNSSPTnbewDGHnDl8t/ml93MtvP+a+IVuAKytMqF39PHyoZO7aUl9J62V+G75OmnyGjXGJm40pQosCS6LzqoRRYXotl9+fwH568Kf4ifXCrMZX1d+ir7Ww= From c5af8d32a95c025c2e52069fec89f96baec2ede5 Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Wed, 21 Dec 2016 11:52:51 +0100 Subject: [PATCH 2/2] Changed configuration in 2 different lines --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d85c94e7..e846c4fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,9 @@ sudo: required services: - docker script: -- travis_wait make all +- travis_wait make build-no-cache +- make generate-accounts run fixtures tests clean + notifications: slack: secure: TTo1z9nbZCWcIdfPwypubNa3y+pwvfgDGlzEVAGEuK7uuIpmEoAcAUNSSPTnbewDGHnDl8t/ml93MtvP+a+IVuAKytMqF39PHyoZO7aUl9J62V+G75OmnyGjXGJm40pQosCS6LzqoRRYXotl9+fwH568Kf4ifXCrMZX1d+ir7Ww=