|
|
@ -6,11 +6,12 @@ git: |
|
|
|
depth: 10 |
|
|
|
depth: 10 |
|
|
|
|
|
|
|
|
|
|
|
node_js: |
|
|
|
node_js: |
|
|
|
- "0.12" |
|
|
|
- "4" |
|
|
|
|
|
|
|
- "5" |
|
|
|
|
|
|
|
|
|
|
|
env: |
|
|
|
env: |
|
|
|
matrix: |
|
|
|
matrix: |
|
|
|
- RUBY_VERSION=2.0 |
|
|
|
- RUBY_VERSION=2.2 |
|
|
|
|
|
|
|
|
|
|
|
before_install: |
|
|
|
before_install: |
|
|
|
- rvm install $RUBY_VERSION |
|
|
|
- rvm install $RUBY_VERSION |
|
|
@ -20,7 +21,7 @@ before_install: |
|
|
|
install: |
|
|
|
install: |
|
|
|
- travis_retry npm install -g grunt-cli |
|
|
|
- travis_retry npm install -g grunt-cli |
|
|
|
- travis_retry npm install |
|
|
|
- travis_retry npm install |
|
|
|
- travis_retry gem install --no-document "jekyll:~>3.0.0" "rouge:~>1.10" "sass:~>3.4" |
|
|
|
- travis_retry gem install --no-document "jekyll:~>3.0" "rouge:~>1.10" "sass:~>3.4" |
|
|
|
|
|
|
|
|
|
|
|
matrix: |
|
|
|
matrix: |
|
|
|
fast_finish: true |
|
|
|
fast_finish: true |
|
|
|