advanced-js / syllabus

syllabus for the Advanced JavaScript class at NYU
https://advanced-js.github.io/syllabus/
440 stars 251 forks source link

make sure students get emails about test failures #63

Open afeld opened 8 years ago

afeld commented 8 years ago

Currently, style checks are done through Travis => Grunt => JSHint, but Travis doesn't send any emails to people that aren't Collaborators on the repository, so students end up missing the feedback. Another CI tool may not have this same limitation.

Another option: Hound adds inline comments, which seems like a great way to start conversations if the students have questions, but

afeld commented 8 years ago