From 78283cf86003880800cda4c80b1479f28d4b9964 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 30 Apr 2015 09:31:37 +0300 Subject: Update Travis CI configuration. * specify `sudo: false` * specify `depth: 10` for git * remove node.js 0.10 --- .travis.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 37256d3..e059165 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- cgit v1.2.3