Projekt

Obecné

Profil

Stáhnout (146 Bajtů) Statistiky
| Větev: | Revize:
1
sudo: false
2

    
3
language: node_js
4

    
5
node_js:
6
  - "6"
7
  - "8"
8
  - "10"
9
  - "11.1"
10
  - "12"
11

    
12
script:
13
  - npm run lint
14
  - npm test
15
  - npm run coverage
(1-1/3)