From cc582208c8b830c2f50a5836c25c12848007071f Mon Sep 17 00:00:00 2001 From: Guillaume Date: Tue, 5 Aug 2014 16:26:45 +0200 Subject: [PATCH] Travis CI --- .travis.yml | 4 ++++ README.markdown | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..18ae2d8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: node_js +node_js: + - "0.11" + - "0.10" diff --git a/README.markdown b/README.markdown index 3fd577e..d2e802a 100644 --- a/README.markdown +++ b/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
All Rights Reserved.
Released under a [slightly modified MIT License](compass/blob/stable/LICENSE.markdown). +