forked from postmanlabs/newman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
28 lines (24 loc) · 892 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
language: node_js
os:
- linux
- windows
node_js:
- '10'
- '12'
jobs:
include:
- name: 'Coverage'
os: linux
node_js: '14'
script:
- npm run test-unit
- bash <(curl -s https://codecov.io/bash) -c -Z -f .coverage/coverage-final.json -F unit
- npm run test-integration
- bash <(curl -s https://codecov.io/bash) -c -Z -f .coverage/coverage-final.json -F integration
- npm run test-cli
- bash <(curl -s https://codecov.io/bash) -c -Z -f .coverage/coverage-final.json -F cli
- npm run test-library
- bash <(curl -s https://codecov.io/bash) -c -Z -f .coverage/coverage-final.json -F library
notifications:
slack:
secure: Fdl/sQMTl86jYN1r1CRRRQRgyFoslvrhkkfnM2JSdx4gODPgyg4nCPSKtU5j9wpSbbkq9A+YBeFv+Suh+xYNviegqa0AZbztydfFzVDS7xw43B/uR9Y4LwaP5Kis1WGuIOHawwFISNO3hTUei6aybKiKKlxvfqrARJaO01+Xxrg=