2014-10-05 04:16:13 +04:00
|
|
|
language: node_js
|
2014-12-15 18:16:33 +03:00
|
|
|
|
2014-12-19 11:04:05 +03:00
|
|
|
node_js: 0.10.33
|
2014-12-15 18:16:33 +03:00
|
|
|
|
2015-11-19 18:03:53 +03:00
|
|
|
sudo: false # use new container infrastructure
|
|
|
|
|
|
|
|
# sass setup
|
|
|
|
cache: bundler # speeds up bundler
|
|
|
|
rvm:
|
|
|
|
- 2.2.2
|
|
|
|
|
2014-10-05 04:16:13 +04:00
|
|
|
before_script:
|
2014-12-15 18:16:33 +03:00
|
|
|
- npm install -g grunt-cli
|
2015-11-21 20:51:04 +03:00
|
|
|
- npm install -g bower
|
2015-11-19 18:03:53 +03:00
|
|
|
#- export DISPLAY=:99.0
|
|
|
|
#- sh -e /etc/init.d/xvfb start
|
2014-12-15 18:16:33 +03:00
|
|
|
# Install meteor
|
2015-11-19 18:03:53 +03:00
|
|
|
#- curl https://install.meteor.com | /bin/sh
|
2014-12-15 18:16:33 +03:00
|
|
|
# Install spacejam, Meteor's CI helper
|
2015-11-19 18:03:53 +03:00
|
|
|
#- npm install -g spacejam
|
2014-12-15 18:16:33 +03:00
|
|
|
|
2015-11-21 20:51:04 +03:00
|
|
|
script: bower install && bundle install && grunt
|