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

sass / node-sass / 3060
69%

Build:
DEFAULT BRANCH: master
Ran 09 Nov 2017 09:52PM UTC
Jobs 1
Files 4
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
3060

push

travis-ci

saper
[LEAK FIX] Use Nan::ObjectWrap to handle memory management

Nan::ObjectWrap Docs: https://github.com/nodejs/nan/blob/master/doc/object_wrappers.md#api_nan_object_wrap

Prior to this, all wrapper Objects would never be deleted, allowing memory to grow unbounded.

Example:
The following, would leak WrapperObjects, and never

```
while (true) {
  new sass.types.String(‘I LEAK’);
}
```

121 of 182 branches covered (66.48%)

237 of 316 relevant lines covered (75.0%)

1037.97 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3060.1 09 Nov 2017 09:52PM UTC 0
75.0
Travis Job 3060.1
Source Files on build 3060
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3060
  • 734c7c85 on github
  • Prev Build on master (#3058)
  • Next Build on master (#3061)
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