-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
Fix babel target to es5 #330
base: master
Are you sure you want to change the base?
Conversation
@ysgk sorry for the delay here. CI seems goofed up. Going to get that re-configured before we merge |
@blainekasten I just migrated a bunch of repos from gh services based travis CI to gh apps based travis CI. This PR doesn't show up in either build history. I think it may be necessary to push a fresh commit or open these changes in a new PR to trigger CI |
@boygirl you can also manually trigger a PR build, i believe, in travis' interface |
@ljharb normally I would be able to, but this branch does not show up in the buid history either on the new or old interface. It isn't that it errored, it never triggered at all. |
@boygirl i don't mean rerun it - i mean there's a beta "trigger build" feature under "more options". |
@ljharb but unfortunately this branch was never recognized by travis for whatever reason, so I am not able to trigger a build for it: |
I merged master. Now CI runs but fails.
I tried |
@ysgk it'd be really great if you could restore this branch and reopen the PR; there's still hope to merge it. |
@ljharb |
close #329
This PR fixes the babel target so that it works on legacy browsers.