UNPKG

350 BYAMLView Raw
1sudo: required
2dist: trusty
3addons:
4 apt:
5 sources:
6 - google-chrome
7 packages:
8 - google-chrome-stable
9language: node_js
10node_js:
11 - node
12script:
13 - npm run ci
14before_script:
15 - export DISPLAY=:99.0
16 - sh -e /etc/init.d/xvfb start
17 - sleep 3
18cache:
19 yarn: true
20notifications:
21 email: false
22after_success:
23 - npm run codecov