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

browndav / noteable / 61
98%

Build:
DEFAULT BRANCH: master
Ran 07 Aug 2016 03:03AM UTC
Jobs 1
Files 19
Run time 1s
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
61

push

travis-ci

browndav
WIP: Replace browserify with rollup (1/2)

This changeset removes all direct dependence on `browserify`. All code
targeting a web browser is now built using `rollup`.

We're currently using the pre-minified version of PouchDB in lieu of
letting `rollup` chew on it for three reasons: (1) PouchDB is likely to
change less frequently, and there may be benefits to being able to
update it separately from the rest of the application code; (2) `rollup`
currently complains about an external dependency on `events` and a
top-level use of `this` that I haven't had time to look at closely yet;
and (3) the PouchDB team can probably do a better job minifying their
code than I can (and it's a lot of code).

Still to do: remove all remaining indirect dependence on `browserify`
by removing `mochify`. Figure out how to get `mocha` to use the code
generated by `rollup`, and then figure out how to get that whole thing
running under `phantomjs`.

850 of 860 relevant lines covered (98.84%)

535.19 hits per line

Jobs
ID Job ID Ran Files Coverage
1 61.1 07 Aug 2016 03:03AM UTC 0
98.84
Travis Job 61.1
Source Files on build 61
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #61
  • 208d9918 on github
  • Prev Build on master (#60)
  • Next Build on master (#65)
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