Last active
August 29, 2015 14:04
-
-
Save chiehwen/3b5184e6219e41d63c84 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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