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

AnalyticalGraphicsInc / gltf-pipeline / 1993
94%
master: 91%

Build:
Build:
LAST BUILD BRANCH: greenkeeper/object-hash-2.0.3
DEFAULT BRANCH: master
Ran 19 May 2017 03:32PM UTC
Jobs 1
Files 71
Run time 5s
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
1993

push

travis-ci

mramato
Update npm dependencies

A few npm dependencies were major versions behind, so this updates `yargs`,
`fs-extra`, and `jasmin-spec-reporter` to their latest versions.

The major change here is `fs-extra`, which now has promise implementations
of all functions by default, this means there's no reason to manually
`Promisify` a function any more, the result is less code overall.

There is one important edge case, `fs-extra` uses built-in native Node
promises, which do not have a `finally` function. If you start a promise
change with an `fs-extra` function, you need to wrap it in `Promise.resolve`
in order to make use of finally at the end (assuming you are using finally
at all, if not you don't need to worry about it. The upside is that your
code will always error if you forget to do this.

1544 of 2058 branches covered (75.02%)

5856 of 6243 relevant lines covered (93.8%)

3741.38 hits per line

Jobs
ID Job ID Ran Files Coverage
4 1993.4 19 May 2017 03:32PM UTC 0
93.8
Travis Job 1993.4
Source Files on build 1993
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1993
  • 4048384c on github
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