mirror of
https://github.com/IT4Change/ohmyform-ui.git
synced 2025-12-13 09:45:50 +00:00
fix travis node version
This commit is contained in:
parent
8d81390c83
commit
e2afd0686e
@ -1,7 +1,7 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
|
|
||||||
node_js:
|
node_js:
|
||||||
- 8
|
- 12
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|||||||
@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
when we add / change translations)
|
when we add / change translations)
|
||||||
- add `yarn translation:missing <lang>` to print a list of missing translations
|
- add `yarn translation:missing <lang>` to print a list of missing translations
|
||||||
for the given language (this takes `en` as a baseline)
|
for the given language (this takes `en` as a baseline)
|
||||||
|
- travis for tests
|
||||||
|
- eslint with prettier
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user