-
Notifications
You must be signed in to change notification settings - Fork 195
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
Use Node 0.12.7 to be compatible with postcss changes #978
Comments
I see webpack-contrib/css-loader#144 (comment). I'm on a super old Node (v0.12.7), maybe we need to upgrade and standardize on something more modern (v 4 or 5) cc @magsout |
Hmm, webpack-contrib/css-loader#145 suggests that v0.12.7 should be OK. Maybe the problem is that Travis is using an even older version. Let me test something.. |
OK, "Build #1555 passed." Phew. 🔥 🚒 💧 |
(FWIW, I think Travis uses Node 0.8 if you don't specify a newer version). |
Travis is busted and I'm not 100% sure why.
https://travis-ci.org/webcompat/webcompat.com/builds/118036930
It works locally for me, but I don't want to leave master in a broken state until we understand it. So let's back it out.
The text was updated successfully, but these errors were encountered: