-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Support JS-IR backend #139
Conversation
Hey, @oshai, did this fail because |
This is the error I see:
|
Ok, I had that on my machine and cleaning the build fixed it. Any way you can clean Travis' build and rebuild? |
I will try to add a clean to the build, but I think it is doing it anyway. |
Do you get that on your machine as well? |
Btw, I noticed that you changed the Travis config to always clean, I just meant that I had to clean it once, not everytime. |
Since the other PR passed, I removed the changes I'd added thinking it was failing due to testing in Chrome. Let's see if it passes now without |
Added the |
Okay, no clue why this is failing now, as yours passed. But I'd experiment removing the |
Adds builds for the brower and NodeJS.
Enables JS-IR (with
both
mode).Should fix #126.