mirror of https://github.com/twbs/ratchet.git
Build mobile apps with simple HTML, CSS, and JS components.
http://goratchet.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
196 B
12 lines
196 B
11 years ago
|
language: node_js
|
||
|
node_js:
|
||
|
- "0.10"
|
||
|
before_install:
|
||
|
- rvm use 1.9.3
|
||
|
install:
|
||
|
- npm install -g grunt-cli
|
||
|
- npm install
|
||
|
- gem install --no-document jekyll sass
|
||
|
matrix:
|
||
|
fast_finish: true
|