FullstackAcademy / boilermaker

Code scaffold for projects

Home Page:https://www.youtube.com/watch?v=7bLSuTHH4Ag&list=PLx0iOsdUOUmn7D5XL4mRUftn8hvAJGs8H

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run the build as part of travis testing?

glebec opened this issue · comments

Build errors are not currently prevented by Travis – if the code can install and test, that is considered passing. By creating the build as part of testing (not just deployment) we can prevent a lot of errors with bad module paths, missing modules, etc.