Projekt

Obecné

Profil

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

    
3
language: node_js
4

    
5
node_js:
6
  - "4"
7
  - "6"
8
  - "stable"
9

    
10
script:
11
  - npm test
(2-2/4)