Projekt

Obecné

Profil

Stáhnout (265 Bajtů) Statistiky
| Větev: | Revize:
1
sudo: false
2
dist: trusty
3
language: node_js
4

    
5
script:
6
  - yarn build
7
  - yarn test
8
  - yarn check_format
9
branches:
10
  only:
11
    - master
12

    
13
cache:
14
  yarn: true
15

    
16
matrix:
17
  include:
18
    - os: linux
19
      node_js: "8"
20
    - os: linux
21
      node_js: "6"
22
  fast_finish: true
(1-1/6)