Skip to content

Commit

Permalink
Adds Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Pawlowicz committed Feb 26, 2014
1 parent f35f821 commit 003e95d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -0,0 +1,8 @@
language: node_js
node_js:
- '0.8'
- '0.10'
- '0.11'
matrix:
allow_failures:
- node_js: '0.11'
1 change: 1 addition & 0 deletions Readme.md
@@ -1,3 +1,4 @@
[![Build Status](https://secure.travis-ci.org/GoalSmashers/clean-css-standalone.png)](https://travis-ci.org/GoalSmashers/clean-css-standalone)
[![devDependency Status](https://david-dm.org/GoalSmashers/clean-css-standalone/dev-status.png?theme=shields.io)](https://david-dm.org/GoalSmashers/clean-css-standalone#info=devDependencies) [![devDependency Status](https://david-dm.org/GoalSmashers/clean-css-standalone/dev-status.png?theme=shields.io)](https://david-dm.org/GoalSmashers/clean-css-standalone#info=devDependencies)


## What is clean-css-standalone? ## ## What is clean-css-standalone? ##
Expand Down

0 comments on commit 003e95d

Please sign in to comment.