From 26979d31ca36361c98fccb8d00a7f5606610e03a Mon Sep 17 00:00:00 2001 From: Tharaka Wijebandara Date: Sun, 3 Sep 2017 09:16:58 +0530 Subject: [PATCH] Set travis config to use 'precise' ci environment --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0bee9a16bd9..167fc436b49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,9 @@ --- +# Use Ubuntu Precise instead of new default Trusty which cause build fail +# with pre installed yarn v0.17.8 +# https://github.com/facebookincubator/create-react-app/issues/3054 +# TODO: remove after Trusty environment is updated with a lastet version of yarn +dist: precise language: node_js node_js: - 6