Projekt

Obecné

Profil

Stáhnout (140 Bajtů) Statistiky
| Větev: | Revize:
1

    
2
language: node_js
3
node_js:
4
  - "6"
5
  - "5"
6
  - "4"
7

    
8
install:
9
  - make node_modules
10

    
11
script:
12
  - make lint
13
  - make test
14
  - make coveralls
(4-4/12)