Run npm test on Travis

This commit is contained in:
Chris van Marle 2017-01-23 17:38:25 +01:00
parent 4c6d4f3caf
commit b13c6f283a
2 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,9 @@ node_js:
- "5.1"
before_script:
- npm install grunt-cli -g
script: grunt
script:
- grunt
- npm test
cache:
directories:
- node_modules

View File

@ -13,6 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Scaled the splash screen down to make it a bit more subtle.
- Replace HTML tables with markdown tables in README files.
- Added `DAYAFTERTOMORROW`, `UPDATE_NOTIFICATION` and `UPDATE_NOTIFICATION_MODULE` to Finnish translations.
- Run `npm test` on Travis automatically
### Added
- Add loaded function to modules, providing an async callback.