summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.travis.yml41
1 files changed, 0 insertions, 41 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 5ab743d1..00000000
--- a/.travis.yml
+++ /dev/null
@@ -1,41 +0,0 @@
-language: node_js
-dist: xenial
-cache: yarn
-
-jobs:
- include:
- - stage: Static Tests
- name: eslint
- node_js:
- - 10
- script:
- - yarn run eslint
- - name: markdownlint
- node_js:
- - 10
- script:
- - yarn run markdownlint
- - name: ShellCheck
- script:
- - shellcheck bin/heroku bin/setup
- language: generic
- - name: json-lint
- node_js:
- - 10
- addons:
- apt:
- packages:
- - jq
- script:
- - yarn run jsonlint
- - stage: Dynamic Tests
- name: Node.js 10
- node_js:
- - 10
- script:
- - yarn run mocha-suite
- - name: Node.js 12
- node_js:
- - 12
- script:
- - yarn run mocha-suite