Browse Source

Set Sass version to 3.2.0 in Travis.

This is until we get things sorted for 3.3, see #460.
pull/461/head
XhmikosR 11 years ago
parent
commit
ed00a91c8b
  1. 2
      .travis.yml

2
.travis.yml

@ -6,6 +6,6 @@ before_install:
install:
- npm install -g grunt-cli
- npm install
- gem install --no-document jekyll sass
- gem install --no-document jekyll "sass:3.2.0"
matrix:
fast_finish: true

Loading…
Cancel
Save