Projekt

Obecné

Profil

Stáhnout (165 Bajtů) Statistiky
| Větev: | Revize:
1 3a515b92 cagy
language: node_js
2
before_install:
3
  - "npm install npm -g"
4
node_js:
5
  - "0.12"
6
env:
7
  - TEST_SUITE=standard
8
  - TEST_SUITE=unit
9
script: "npm run-script $TEST_SUITE"