Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-04-30 09:31:37 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-04-30 15:22:17 +0300
commit78283cf86003880800cda4c80b1479f28d4b9964 (patch)
tree26da255cfd51acdec673ee2c6dbdcb0a34ca1fd5
parentd7fa4b7b5fe3a730cc53a390262a5fbaa8bb79a8 (diff)
Update Travis CI configuration.
* specify `sudo: false` * specify `depth: 10` for git * remove node.js 0.10
-rw-r--r--.travis.yml13
1 files 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