We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d37dac + ceeac27 commit 2b3f4c8Copy full SHA for 2b3f4c8
1 file changed
app/templates/.travis.yml
@@ -1,8 +1,9 @@
1
language: node_js
2
node_js:
3
- - '0.8'
4
- '0.10'
+ - '0.11'
5
before_script:
6
- - 'npm install -g bower grunt-cli'
7
- - 'bower install'
+ - npm install -g bower grunt-cli<% if (filters.sass) { %>
+ - gem install sass<% } %>
8
+ - bower install
9
services: mongodb
0 commit comments