angular-gantt
Version:
Gantt chart component for AngularJS
22 lines (21 loc) • 373 B
YAML
sudo: required
dist: trusty
language: node_js
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
node_js:
- 6
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
script:
- 'yarn eslint'
- 'yarn tslint'
- 'yarn test'
- 'yarn build'
- 'yarn build-demo'