Update Travis CI configuration.

* specify `sudo: false`
* specify `depth: 10` for git
* remove node.js 0.10
This commit is contained in:
XhmikosR 2015-04-30 09:31:37 +03:00
Родитель d7fa4b7b5f
Коммит 78283cf860
1 изменённых файлов: 11 добавлений и 2 удалений

Просмотреть файл

@ -1,14 +1,23 @@
language: node_js
sudo: false
git:
depth: 10
node_js:
- "0.10"
- "0.12"
before_install:
- rvm use 1.9.3
install:
- travis_retry npm install -g grunt-cli
- 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:
fast_finish: true
notifications:
slack: heybb:51atQXKR2rpnbohAZ0X1vNbE