• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zulip / zulip-mobile / 3652
47%

Build:
DEFAULT BRANCH: master
Ran 24 Oct 2018 12:58PM UTC
Jobs 1
Files 365
Run time 20s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
3652

push

travis-ci

gnprice
deps: Upgrade Babel 7 to latest, 7.1.2.

We already have Babel 7 (as `@babel/core` and friends) in addition to
Babel 6 (as `babel-core` and friends), because the `metro@0.30.2`
inside `react-native` requires *both*.  Other reverse-dependencies of
Babel all refer to Babel 6 only.

But the Babel 7 we've been using is a mix of several beta versions.
Upgrade onto fully-released versions, in hopes of smoothing the
upgrade path for moving our Babel 6 usages to Babel 7.  This also
clears a couple of "incorrect peer dependency" warnings we've been
getting every time we run `yarn`.

Doing this completely and cleanly was a bit annoying:

 * I added @babel/core@^7.1.2 (the latest) to package.json,
   for the sake of explicitness.

 * Then running `yarn` upgraded @babel/core and some closely
   related packages, but not other Babel-related packages.
   I wanted to upgrade those too, so:

   * I tried `yarn upgrade --scope @babel`; which *should* do
     the job, AFAICT from the docs, but didn't do much.  I suspect
     it only operates on packages directly named in our package.json.

   * So I did a plain `yarn upgrade`, which upgrades *everything*.
     Then I used `git checkout -p` to take only the changes under
     @babel.

   * Then I ran `yarn`, to pick up the handful of Babel's dependencies
     outside the `@babel` scope which needed upgrades too.

 * I ran `yarn update-libdefs` as usual, which created a new
   stub libdef in flow-typed/.

1014 of 2112 branches covered (48.01%)

Branch coverage included in aggregate %.

1963 of 3812 relevant lines covered (51.5%)

51.45 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3652.1 (COVERALLS_REPO_TOKEN=4eYQDtWoBJlDz2QkxoQ2UcnmJFcOB7zkv) 24 Oct 2018 12:58PM UTC 0
50.25
Travis Job 3652.1
Source Files on build 3652
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3652
  • 676cd816 on github
  • Prev Build on master (#7226)
  • Next Build on master (#7231)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc