diff options
author | David Mehren | 2020-10-29 22:06:40 +0100 |
---|---|---|
committer | David Mehren | 2020-11-10 22:56:00 +0100 |
commit | 69d1dfe6d877a0c302ff1ec3307cc39a461f442e (patch) | |
tree | 49e0d92c3a46c104e5a17c779dae814c92c4812e | |
parent | 74f38fab50a0254cc17b3172444ae8a39d72b250 (diff) |
Use Node 10 for `json-lint` test
Signed-off-by: David Mehren <git@herrmehren.de>
Co-authored-by: Yannick Bungers <git@innay.de>
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index db7628c4..5ab743d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,13 +20,14 @@ jobs: - shellcheck bin/heroku bin/setup language: generic - name: json-lint + node_js: + - 10 addons: apt: packages: - jq script: - yarn run jsonlint - language: generic - stage: Dynamic Tests name: Node.js 10 node_js: |