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 CI errors #38

Closed
darcyclarke opened this issue Mar 16, 2013 · 2 comments
Closed

Travis CI errors #38

darcyclarke opened this issue Mar 16, 2013 · 2 comments
Labels

Comments

@darcyclarke
Copy link
Member

I keep getting build errors sent to my email when there doesn't seem to be an issue. I've also noticed (in the last 48 hours) that the image/statues fluctuates from build:error and build:passing. That said, my last PR was passing before I merged. What's going on? Are the tests being run all the time and somehow fail every once in awhile?

@ghost ghost assigned jeffjewiss Mar 16, 2013
@jeffjewiss
Copy link
Contributor

I'm fairly certain it's something to do with how Travis is building projects with Node 0.10.0.

It looks like a lot of the grunt-contrib plugins/tasks are having the same issue where the build status image fluctuates because the build for node 0.8.x is successful, but the build for node 0.10.0 fails when running npm install.

Here's an example with grunt-contrib-clean:

Both grunt-contrib-clean and DSS are failing on node 0.10.0 when npm install is run because they bail when installing uglify-js, so I don't think it's something we can fix.

@darcyclarke
Copy link
Member Author

I'm moving this issue into the new repo (https://github.com/darcyclarke/grunt-dss) and we'll continue the conversation over there.

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

No branches or pull requests

2 participants