Skip to content

Instantly share code, notes, and snippets.

@chiehwen
Last active August 29, 2015 14:04
Show Gist options
  • Save chiehwen/3b5184e6219e41d63c84 to your computer and use it in GitHub Desktop.
Save chiehwen/3b5184e6219e41d63c84 to your computer and use it in GitHub Desktop.
language: node_js
node_js:
- '0.10'
- '0.11'
before_install:
- gem update --system
- gem install sass --version 3.2.14
- gem install compass --version 0.12.3
- gem install susy --version 1.0.9
- gem install modular-scale
after_script:
- npm run coveralls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment