-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix travis #3
Comments
Why still bother testing for |
Thanks. I just picked a few at random to start with, because I haven't decided what to support yet. I'll probably end up with 0.10, 4, and 5. There are ton of issues with this thing on 0.10 so I'm currently working on those |
OK, I think I've got all the 0.10 issues squared away (and can pass The rest of these build failures appear to be linux vs osx issues pertaining to file permissions & fs.stats: https://travis-ci.org/testdouble/scripty/builds/121997397 |
Published 1.0.1 to get the 0.10 fixes out asap while looking at the rest |
Fixed the build issues, they were:
|
Throws the same error that it has thrown: ``` not ok 3 - "modeSwitchCapturesLogs" - test #3 in `lib/log.test.js` --- message: assert._capt is not a function stacktrace: TypeError: assert._capt is not a function at [object Object].module.exports.modeSwitchCapturesLogs (lib/log.test.js:26:18) at /Users/justin/code/testdouble/scripty/node_modules/teenytest/lib/user-function-async-wrapper-factory.js:10:22 at /Users/justin/code/testdouble/scripty/node_modules/teenytest/node_modules/async/lib/async.js:718:13 at Immediate.iterate [as _onImmediate] (/Users/justin/code/testdouble/scripty/node_modules/teenytest/node_modules/async/lib/async.js:262:13) at processImmediate [as _immediateCallback] (timers.js:374:17) ... ``` My `npm version`: ``` { scripty: '1.2.2', npm: '2.14.4', ares: '1.10.1-DEV', http_parser: '2.5.0', modules: '46', node: '4.1.1', openssl: '1.0.2d', uv: '1.7.4', v8: '4.5.103.33', zlib: '1.2.8' } ```
Throws the same error that it has thrown: ``` not ok 3 - "modeSwitchCapturesLogs" - test #3 in `lib/log.test.js` --- message: assert._capt is not a function stacktrace: TypeError: assert._capt is not a function at [object Object].module.exports.modeSwitchCapturesLogs (lib/log.test.js:26:18) at /Users/justin/code/testdouble/scripty/node_modules/teenytest/lib/user-function-async-wrapper-factory.js:10:22 at /Users/justin/code/testdouble/scripty/node_modules/teenytest/node_modules/async/lib/async.js:718:13 at Immediate.iterate [as _onImmediate] (/Users/justin/code/testdouble/scripty/node_modules/teenytest/node_modules/async/lib/async.js:262:13) at processImmediate [as _immediateCallback] (timers.js:374:17) ... ``` My `npm version`: ``` { scripty: '1.2.2', npm: '2.14.4', ares: '1.10.1-DEV', http_parser: '2.5.0', modules: '46', node: '4.1.1', openssl: '1.0.2d', uv: '1.7.4', v8: '4.5.103.33', zlib: '1.2.8' } ```
Build #worksforme. I suspect issues on travis are linux or pathname related.
The text was updated successfully, but these errors were encountered: