FullstackAcademy / boilermaker

Code scaffold for projects
https://www.youtube.com/watch?v=7bLSuTHH4Ag&list=PLx0iOsdUOUmn7D5XL4mRUftn8hvAJGs8H
MIT License
215 stars 706 forks source link

feat(travis): run build as part of testing #163

Closed glebec closed 5 years ago

glebec commented 5 years ago

Assignee Tasks

Guidelines

Closes #162

The default Node build script on Travis is to just run npm test. This PR augments the script to also build the bundle. A failing build (e.g. due to syntax errors or broken module paths) will thus fail Travis, making it harder for people to merge broken bundles (assuming their master branch is protected).

glebec commented 5 years ago

Closing and re-opening to trigger Travis build (Travis was toggled on after this PR was opened).