Chart.js/.travis.yml

19 lines
253 B
YAML
Raw Normal View History

2015-01-01 18:57:21 +01:00
language: node_js
node_js:
- "0.11"
- "0.10"
2015-10-21 02:08:41 +02:00
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
2015-01-01 18:57:21 +01:00
before_script:
- npm install
script:
2015-01-03 18:19:28 +01:00
- gulp test
2015-01-30 03:43:02 +01:00
notifications:
slack: chartjs:pcfCZR6ugg5TEcaLtmIfQYuA
sudo: false