Accessibility Fixes Round 2#468
Accessibility Fixes Round 2#468miketaylr merged 1 commit intowebcompat:masterfrom andrewmcgivery:master
Conversation
|
Hmm, |
|
Could it have something to do with the error message at the bottom of the build output? |
|
Yeah, the exist code 1 just means it didn't pass (which would be exit 0). It may have just been a hiccup, the other day GitHub was slow and I had some test failures. I'll pull locally and check it out. |
|
Alright well if I screwed something up, please let me know! |
|
@andrewmcgivery one thing, can you fix the commit message? Something like:
That way it will create a link between the commit and the issue. You should be able to do |
|
FWIW, all tests pass for me locally. So r+ with the ammended commit message. 🍰 |
Remainder (Hopefully) of Accessibility fixes. Issue #464 - Accessibility Fixes Round 2.
|
Better? |
|
Looks good. 👍 Also, I just remembered why the build is failing: the $USER, $PW, $ISSUES_REPO_URI, and $BOT_OAUTH_TOKEN environment variables (which contain a bot's github credentials) aren't exposed to pull requests from forks (more info here) . Kinda crappy, but not the end of the world. |
Fixes #464: Accessibility Fixes Round 2
|
Will probably cut a release and deploy to production tomorrow at some point. Thx again for the PR @andrewmcgivery! 🙇 |
|
Just to confirm, did I do anything wrong? And awesome! Can't wait to see these live! :) Thanks! |
|
Nope, nothing wrong. ^_^ You can see all tests passing after I merged in your patches: https://travis-ci.org/webcompat/webcompat.com/builds/43674983 |
|
Good to know! |
|
👍 again , good job @andrewmcgivery |
|
Thanks! :) |
|
Just deployed to production. |
|
Awesome! |
Remainder (Hopefully) of Accessibility fixes.
Closes: #464