Skip to content
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

Travis build fails #90

Closed
spoike opened this issue Sep 28, 2014 · 5 comments
Closed

Travis build fails #90

spoike opened this issue Sep 28, 2014 · 5 comments
Milestone

Comments

@spoike
Copy link
Member

spoike commented Sep 28, 2014

Weird error is happening, even on the PR with just a README file change. o_ò

Part of log:

․
  113 passing (5s)
  1 failing
  1) the utils object the isArguments method should return false for anything that isn't the arguments object:
     Uncaught TypeError: Cannot read property 'x-ua-compatible' of null
      at getXUACompatibleMetaElement (/home/travis/build/spoike/refluxjs/node_modules/karma/lib/middleware/karma.js:40:19)
      at /home/travis/build/spoike/refluxjs/node_modules/karma/lib/middleware/karma.js:145:45
      at /home/travis/build/spoike/refluxjs/node_modules/karma/lib/middleware/common.js:65:35
      at fs.js:295:14
      at /home/travis/build/spoike/refluxjs/node_modules/karma/node_modules/graceful-fs/graceful-fs.js:104:5
      at Object.oncomplete (fs.js:93:15)
Warning: Task "mochaTest:test" failed.� Use --force to continue.

Is there some problem currently with karma?

@spoike
Copy link
Member Author

spoike commented Sep 29, 2014

Currently only fails on node version 0.11.4... But I cannot reproduce this locally on my mac machine.

@spoike
Copy link
Member Author

spoike commented Sep 29, 2014

Finally able to reproduce this error on my local machine. I'm not using nvm correctly. :-)

@adiospace
Copy link

from Travis logs, seems it's the same as karma-runner/karma#1182

@spoike
Copy link
Member Author

spoike commented Sep 29, 2014

Karma hasn't updated yet. Node has. Downgrading node in travis build seemed to have worked.

@spoike spoike closed this as completed in 8e2858c Sep 29, 2014
@spoike spoike added this to the 0.1. milestone Sep 29, 2014
@spoike
Copy link
Member Author

spoike commented Sep 29, 2014

Thanks for the help @AdrianOlaru

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants