Browse Source

Travis CI

master
Guillaume 11 years ago
parent
commit
cc582208c8
  1. 4
      .travis.yml
  2. 3
      README.markdown

4
.travis.yml

@ -0,0 +1,4 @@
language: node_js
node_js:
- "0.11"
- "0.10"

3
README.markdown

@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/Igosuki/compass-mixins.svg?branch=master)](https://travis-ci.org/Igosuki/compass-mixins)
# Compass SASS Stylesheets
This is a repository to pull SASS style sheets on bower, and enjoy the compass mixins by using libsass for faster compilation. I made no modifications to the original stylesheets from the [original repository](https://github.com/chriseppstein/compass.git)
@ -5,3 +7,4 @@ This is a repository to pull SASS style sheets on bower, and enjoy the compass m
Copyright (c) 2008-2009 Christopher M. Eppstein<br>
All Rights Reserved.<br>
Released under a [slightly modified MIT License](compass/blob/stable/LICENSE.markdown).

Loading…
Cancel
Save