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-14 11:31:17 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-03-14 11:31:17 +0400
commita5db1dc53f4593371c68df396889efa047e25b24 (patch)
tree340029b552e966285cb9514a8ae8d1db95783134 /.travis.yml
parent2c0c0e85947a837003e4c0539f061f4cd3e54f8a (diff)
Be less strict with the Sass version in 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 453310f..76c0e4b 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.3.2"
+ - gem install --no-document "jekyll:1.4.2" "sass:~>3.3.0"
matrix:
fast_finish: true