Skip to content

Instantly share code, notes, and snippets.

@topera
Created June 24, 2018 00:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save topera/c4298b2591a5307b088f5c161ac4f4bb to your computer and use it in GitHub Desktop.
Save topera/c4298b2591a5307b088f5c161ac4f4bb to your computer and use it in GitHub Desktop.
How to run sass in travis(add this to your travis.yml file)
before_install:
- gem install sass --version "=3.5.6"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment