summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Mehren2020-10-29 22:06:40 +0100
committerDavid Mehren2020-11-10 22:56:00 +0100
commit69d1dfe6d877a0c302ff1ec3307cc39a461f442e (patch)
tree49e0d92c3a46c104e5a17c779dae814c92c4812e /.travis.yml
parent74f38fab50a0254cc17b3172444ae8a39d72b250 (diff)
Use Node 10 for `json-lint` test
Signed-off-by: David Mehren <git@herrmehren.de> Co-authored-by: Yannick Bungers <git@innay.de>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
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: