fix travis node version

This commit is contained in:
Michael Schramm 2020-06-09 11:59:39 +02:00
parent 8d81390c83
commit e2afd0686e
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
language: node_js
node_js:
- 8
- 12
cache:
directories:
- node_modules

View File

@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
when we add / change translations)
- add `yarn translation:missing <lang>` to print a list of missing translations
for the given language (this takes `en` as a baseline)
- travis for tests
- eslint with prettier
### Changed