-
Notifications
You must be signed in to change notification settings - Fork 512
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
more travis #22
more travis #22
Conversation
Sorry, I don't really feel qualified to review this. Perhaps @schalkneethling or @escattone might have more useful things to say? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me r+ @escattone r?
Actually, I'm pretty confident this is good enough. It's certainly not perfect but the cost of worrying too much, at this point, is not productive. What terrible mistakes we make here don't have deep repercussions, unlike mistakes we make in the policy of the structured content for example. Let's iterate instead. |
* price blurb * new URL Co-authored-by: Daryl Alexsy <[email protected]>
* added top banner * added layout * updated copy * price blurb (#22) * price blurb * new URL Co-authored-by: Daryl Alexsy <[email protected]> * fixed waitlist routing * font scaling * Upgrade landing page survey (#23) * price blurb * upgrade landing page survey * remove 'Dev Reset survey' button because you just start in a new tab * change API URL and don't bother sending 'variant' as a query string Co-authored-by: Daryl Alexsy <[email protected]> * update to survey questions (#28) * codepen examples (#27) Co-authored-by: Daryl Alexsy <[email protected]> * added deep dive code pens * fixed buttons * styled survey questions * lazy loading on codepen iframes * terms and privacy external links * Revert "terms and privacy external links" This reverts commit e4aa38e. Co-authored-by: Daryl Alexsy <[email protected]> Co-authored-by: Daryl Alexsy <[email protected]>
* added top banner * added layout * updated copy * price blurb (mdn#22) * price blurb * new URL Co-authored-by: Daryl Alexsy <[email protected]> * fixed waitlist routing * font scaling * Upgrade landing page survey (mdn#23) * price blurb * upgrade landing page survey * remove 'Dev Reset survey' button because you just start in a new tab * change API URL and don't bother sending 'variant' as a query string Co-authored-by: Daryl Alexsy <[email protected]> * update to survey questions (mdn#28) * codepen examples (mdn#27) Co-authored-by: Daryl Alexsy <[email protected]> * added deep dive code pens * fixed buttons * styled survey questions * lazy loading on codepen iframes * terms and privacy external links * Revert "terms and privacy external links" This reverts commit e4aa38e. Co-authored-by: Daryl Alexsy <[email protected]> Co-authored-by: Daryl Alexsy <[email protected]>
You can't argue with the results :)
First of all, we're not done with Travis. We'd want to run a linter across all apps (client, server, cli). We also want to run the
make deployment-build
which produces fully working.html
which we should test that they work and can be opened withcurl
or something.I'm not sure I'm doing the matrix stuff right. Would love some feedback here. There's a
before_install
portion before the matrix but I think it runs that once per every step in the matix. I'd rather just do the stuff, currently inbefore_install
once BEFORE all the matrix sections.I'm happy to land this early and iterate. I just want to get the wheels rolling.
Also, if we dockerize everything all of these Travis DSL tricks will become moot.