ngx-easy-d3
Version:
Build an Angular library compatible with AoT compilation and Tree shaking like an official package
25 lines (24 loc) • 371 B
YAML
sudo: required
dist: trusty
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
language: node_js
node_js:
- "8"
before_install:
- npm i npm@^6 -g
install:
- npm install
script:
- npm test
- npm run build
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
notifications:
email: false