mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
17 lines
312 B
YAML
17 lines
312 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- '0.10'
|
|
|
|
before_script:
|
|
- export DISPLAY=:99.0
|
|
- export PHANTOMJS_BIN=/usr/local/phantomjs/bin/phantomjs
|
|
- sh -e /etc/init.d/xvfb start
|
|
- sleep 3 # give xvfb some time to start
|
|
- 'npm install -g bower grunt-cli'
|
|
- 'npm install'
|
|
- 'bower install'
|
|
|
|
script:
|
|
- grunt
|