mirror of https://github.com/twbs/ratchet.git
Browse Source
* specify `sudo: false` * specify `depth: 10` for git * remove node.js 0.10pull/771/head
XhmikosR
10 years ago
1 changed files with 11 additions and 2 deletions
@ -1,14 +1,23 @@ |
|||||||
language: node_js |
language: node_js |
||||||
|
|
||||||
|
sudo: false |
||||||
|
|
||||||
|
git: |
||||||
|
depth: 10 |
||||||
|
|
||||||
node_js: |
node_js: |
||||||
- "0.10" |
|
||||||
- "0.12" |
- "0.12" |
||||||
|
|
||||||
before_install: |
before_install: |
||||||
- rvm use 1.9.3 |
- rvm use 1.9.3 |
||||||
|
|
||||||
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:~>2.5.3" "rouge:~>1.8.0" "sass:~>3.4.11" |
- travis_retry gem install --no-ri --no-rdoc "jekyll:~>2.5.3" "rouge:~>1.8" "sass:~>3.4" |
||||||
|
|
||||||
matrix: |
matrix: |
||||||
fast_finish: true |
fast_finish: true |
||||||
|
|
||||||
notifications: |
notifications: |
||||||
slack: heybb:51atQXKR2rpnbohAZ0X1vNbE |
slack: heybb:51atQXKR2rpnbohAZ0X1vNbE |
||||||
|
Loading…
Reference in new issue