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.
30 lines
466 B
30 lines
466 B
language: node_js |
|
|
|
sudo: false |
|
|
|
git: |
|
depth: 10 |
|
|
|
node_js: |
|
- "4" |
|
- "5" |
|
|
|
env: |
|
matrix: |
|
- RUBY_VERSION=2.2 |
|
|
|
before_install: |
|
- rvm install $RUBY_VERSION |
|
- rvm use $RUBY_VERSION --fuzzy |
|
- export GEMDIR=$(rvm gemdir) |
|
|
|
install: |
|
- travis_retry npm install -g grunt-cli |
|
- travis_retry npm install |
|
- travis_retry gem install --no-document "jekyll:~>3.0" "rouge:~>1.10" |
|
|
|
matrix: |
|
fast_finish: true |
|
|
|
notifications: |
|
slack: heybb:51atQXKR2rpnbohAZ0X1vNbE
|
|
|