Projekt

Obecné

Profil

Stáhnout (247 Bajtů) Statistiky
| Větev: | Revize:
1 3a515b92 cagy
sudo: false
2
language: node_js
3
before_install:
4
  - "npm install npm -g"
5
node_js:
6
  - "4"
7
  - "5"
8
  - "6" 
9
  - "7"
10
env:
11
  matrix:
12
    - TEST_SUITE=unit
13
matrix:
14
  include:
15
    - node_js: "7"
16
      env: TEST_SUITE=standard
17
script: npm run $TEST_SUITE