Add the following to travis.yml:
cache:
directories:
- node_modules
script:
- npm test
- npm run build
Research heroku/travis integration to determine how to modify the pipeline to deploy the contents of the /build/ folder instead of the root.
Note that webpack errors will begin to fail travis builds following this change. Need volunteers to fix those errors before we can deploy.