UNPKG

254 BYAMLView Raw
1
2language: node_js
3os:
4 - windows
5 - linux
6node_js:
7 - "10"
8 - "12"
9env:
10 global:
11 - CXX=g++-4.8
12install:
13 - npm version
14 - npm i --package-lock --package-lock-only
15 - npm ci
16script:
17 - npm test
18after_success:
19 - ./node_modules/.bin/codecov