From 7e8971cc39f509f9d8476797ea5e718068639cc4 Mon Sep 17 00:00:00 2001 From: Pascal Deschenes Date: Thu, 1 Nov 2012 14:08:26 -0400 Subject: [PATCH] add travis ci build support --- .travis.yml | 4 ++++ README.md | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..f4aa06e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: node_js + node_js: + - "0.8" + - "0.6" diff --git a/README.md b/README.md index 3b2d5bc..9d1f780 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ +[![Build Status](https://travis-ci.org/pdeschen/showdown.png)](https://travis-ci.org/pdeschen/showdown]) + NOTE -- Showdown on GitHub ==========================