Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Issues
  • #3054
Closed
Open
Issue created Sep 02, 2017 by Administrator@rootContributor

Travis Build fails due to the migration of CI environment

Created by: tharakawj

Travis CI environment has been migrated from Ubuntu Precise to Ubuntu Trusty which has yarn v0.17.8 pre installed.

This cause lerna bootstrap.js file to use yarn and fails as yarn v0.17.8 doesn't support --non-interactive flag.

https://travis-ci.org/facebookincubator/create-react-app/jobs/270969063#L499

I think there are two options to solve this. We can either explicitly set dist: precise in .travis.yml until they update yarn to a latest version or change bootstrap.js to check USE_YARN in shouldUseYarn method.

Not sure what's the better approach.

Assignee
Assign to
Time tracking