mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 04:07:55 +03:00
15 lines
296 B
YAML
15 lines
296 B
YAML
language: node_js
|
|
|
|
node_js: 0.10.33
|
|
|
|
before_script:
|
|
- npm install -g grunt-cli
|
|
- 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
|