Features
- Travis CI updates:
- Only deploy on
master
branch - Disable unit tests (
npm run test
) when encrypted environment variables are not available
- Only deploy on
- Ensure reproducible builds by installing dependencies from
package-lock.json
(#29)