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

TravisCI fails #313

Closed
FezVrasta opened this issue Dec 18, 2014 · 3 comments
Closed

TravisCI fails #313

FezVrasta opened this issue Dec 18, 2014 · 3 comments

Comments

@FezVrasta
Copy link
Contributor

The TravisCI test fails with:

Writing location.js file
PhantomJS is already installed at /usr/local/phantomjs/bin/phantomjs.
npm ERR! [email protected] install: `node install.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the phantomjs package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node install.js
npm ERR! You can get their info via:
npm ERR!     npm owner ls phantomjs
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 2.6.32-042stab090.5
npm ERR! command "/home/travis/.nvm/v0.10.34/bin/node" "/home/travis/.nvm/v0.10.34/bin/npm" "install"
npm ERR! cwd /home/travis/build/FezVrasta/bootstrap-material-design
npm ERR! node -v v0.10.34
npm ERR! npm -v 1.4.28
npm ERR! code ELIFECYCLE
npm ERR! not ok code 0

Doesn't look like a problem with the source code or with the test but something about TravisCI... Anyone has some suggestion?

@dandv are you the last one who edited these files? I'm not sure.

@dandv
Copy link
Contributor

dandv commented Dec 18, 2014

Might be caused by installing spacejam, which depends on phantomjs. Let me look.

But as you can see, build have passed just fine after my Meteor PR. up to and including PR #295.

@dandv
Copy link
Contributor

dandv commented Dec 18, 2014

Not a Meteor problem, we can remove the label. It's caused by the phantomjs installer, which is caused by the new upstream Node.js v0.10.34 certificates issue.

If you need this fixed ASAP, we can change https://github.com/FezVrasta/bootstrap-material-design/blob/master/.travis.yml#L3 to 0.10.33.

@FezVrasta
Copy link
Contributor Author

Thanks!

FezVrasta pushed a commit that referenced this issue Apr 6, 2017
FezVrasta added a commit that referenced this issue Apr 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants