Skip to content

Commit

Permalink
fix(travis): install sass gem if sass is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
meeDamian committed Jul 30, 2014
1 parent 4000c4a commit ceeac27
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/templates/.travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: node_js
node_js:
- '0.8'
- '0.10'
- '0.11'
before_script:
- 'npm install -g bower grunt-cli'
- 'bower install'
- npm install -g bower grunt-cli<% if (filters.sass) { %>
- gem install sass<% } %>
- bower install
services: mongodb

0 comments on commit ceeac27

Please sign in to comment.