[x] referenced any relevant issues (or none exist)
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).
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).