diff --git a/.travis.yml b/.travis.yml
index b08d2bf6b25d2b7c2d140780b9588b85a88e3721..0ca362c23c31ef6196954c17bd2674e348ef051f 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