mdb-ui-kit/.travis.yml

15 lines
296 B
YAML
Raw Normal View History

2014-10-05 04:16:13 +04:00
language: node_js
2014-12-19 11:04:05 +03:00
node_js: 0.10.33
2014-10-05 04:16:13 +04:00
before_script:
- npm install -g grunt-cli
2014-10-05 04:16:13 +04:00
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
# Install meteor
- curl https://install.meteor.com | /bin/sh
# Install spacejam, Meteor's CI helper
- npm install -g spacejam
script: grunt cibuild