mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-15 15:40:53 +01:00
20 lines
447 B
YAML
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 ./"
|
|
|