Projekt

Obecné

Profil

Stáhnout (198 Bajtů) Statistiky
| Větev: | Revize:
1
sudo: false
2
language: node_js
3
node_js:
4
  - 6
5
  - 8
6

    
7
before_install:
8
  - "export DISPLAY=:99.0"
9
  - "sh -e /etc/init.d/xvfb start"
10

    
11
addons:
12
  firefox: "latest"
13

    
14
script:
15
  - npm run lint
16
  - npm test
(2-2/7)