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-12-27 03:36:49 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-12-27 03:36:49 +0300
commitbd5025571c0fc5788ef0470c5cbfe59ca276c7c0 (patch)
tree8985460bdaca27e227cb12ca401d233024f733ed /.travis.yml
parent9021f88125a1836a66fce0292c625ebfec465ffc (diff)
parent2de6a134bbdf8b7870d5db7db9df3ede15aed8fd (diff)
Merge pull request #479 from twbs/grunt-sass
Switch to "grunt-sass"
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 0abe63a..d1426a7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@ before_install:
install:
- travis_retry npm install -g grunt-cli
- travis_retry npm install
- - travis_retry gem install --no-document "jekyll:~>3.0" "rouge:~>1.10" "sass:~>3.4"
+ - travis_retry gem install --no-document "jekyll:~>3.0" "rouge:~>1.10"
matrix:
fast_finish: true