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@users.sourceforge.net>2014-03-11 11:19:00 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-03-12 21:52:56 +0400
commitd9318e9ca8373877c6ddba554ba0287b2533afe4 (patch)
tree0071b9f6dad8178dfbf017ae4ffc28cf20a6d555 /.travis.yml
parent9a3add6d8491160ea5d805b336955b9b89d6304f (diff)
Update Sass to v3.3.2 for Travis.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 29fa56b..453310f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,6 @@ before_install:
install:
- npm install -g grunt-cli
- npm install
- - gem install --no-document "jekyll:1.4.2" "sass:3.2.15"
+ - gem install --no-document "jekyll:1.4.2" "sass:3.3.2"
matrix:
fast_finish: true