diff --git a/.travis.yml b/.travis.yml index 0ab8eb5..89bbe54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: - - 8 + - 12 cache: directories: - node_modules diff --git a/CHANGELOG.md b/CHANGELOG.md index efdabdf..a423740 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). when we add / change translations) - add `yarn translation:missing ` to print a list of missing translations for the given language (this takes `en` as a baseline) +- travis for tests +- eslint with prettier ### Changed