Browse Source

Update Sass to v3.3.2 for Travis.

pull/478/head
XhmikosR 11 years ago
parent
commit
d9318e9ca8
  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:1.4.2" "sass:3.2.15"
- gem install --no-document "jekyll:1.4.2" "sass:3.3.2"
matrix:
fast_finish: true

Loading…
Cancel
Save