We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c22dc70 commit e8b58edCopy full SHA for e8b58ed
.travis.yml
@@ -1,4 +1,9 @@
1
---
2
+# Use Ubuntu Precise instead of new default Trusty which cause build fail
3
+# with pre installed yarn v0.17.8
4
+# https://github.com/facebookincubator/create-react-app/issues/3054
5
+# TODO: remove after Trusty environment is updated with a lastet version of yarn
6
+dist: precise
7
language: node_js
8
node_js:
9
- 6
0 commit comments