haraka-plugin-karma 1.0.13 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.travis.yml DELETED
@@ -1,21 +0,0 @@
1
- language: node_js
2
- node_js:
3
- - "10"
4
- - "12"
5
- - "14"
6
-
7
- before_install:
8
- - npm install
9
-
10
- before_script:
11
-
12
- script:
13
- - npm run lint
14
- - npm test
15
-
16
- after_success:
17
- # - npm install istanbul codecov
18
- # - npm run cover
19
- # - ./node_modules/.bin/codecov
20
-
21
- sudo: false
package/appveyor.yml DELETED
@@ -1,20 +0,0 @@
1
- environment:
2
- nodejs_version: "12"
3
-
4
- install:
5
- - ps: Install-Product node $env:nodejs_version
6
- - npm install
7
-
8
- before_build:
9
- build: off
10
- after_build:
11
-
12
- before_test:
13
- - node --version
14
- - npm --version
15
-
16
- test_script:
17
- - npm test
18
-
19
- after_test:
20
-