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 13:19:53 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-03-11 13:19:53 +0400
commite78c17599cbcb9f461efef6798ca0d256b742457 (patch)
tree4eacf27d4612ff2cc2ba7bdc16e92663b386383d /.travis.yml
parent51c6fc1375c620dc54d16fdb2650fa1594fecafa (diff)
Sass 3.2.15 is the last 3.2.x version.
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 5ac2c61..29fa56b 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.0"
+ - gem install --no-document "jekyll:1.4.2" "sass:3.2.15"
matrix:
fast_finish: true