chartjs-ng2
Version:
Reactive, responsive, beautiful charts for Angular2 based on Chart.js
24 lines (19 loc) • 405 B
YAML
language: node_js
node_js: "7"
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- npm run pretest
- npm run test-coverage
after_success:
- ./node_modules/.bin/codecov
addons:
firefox: "latest"
apt:
sources:
- ubuntu-toolchain-r-test
# required by node-gyp to build some packages
packages:
- g++-4.8