ledgerrb/public/app/vendor/node_modules/nvd3/.travis.yml
2016-08-10 14:45:45 +02:00

20 lines
447 B
YAML

language: node_js
node_js:
- "0.10"
before_install:
- "npm install -g bower"
- "npm install -g grunt-cli"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
# Meteor Tinytest support
- "curl https://install.meteor.com | /bin/sh"
- export PATH="$HOME/.meteor:$PATH"
- "npm install -g spacejam"
install:
- "npm install"
- "bower install"
script:
- "npm test"
- "spacejam test-packages ./"