all repos — grayfriday @ 44a39c16c6b85809f8c2663bdb8ddbced1ffdee8

blackfriday fork with a few changes

Merge pull request #111 from rtfb/master

Add Travis configuration and a badge
Vytautas Ĺ altenis vytas@rtfb.lt
Sat, 30 Aug 2014 10:12:56 +0300
commit

44a39c16c6b85809f8c2663bdb8ddbced1ffdee8

parent

74dee4bbbcbfa0b8b6edb04be28176d67859d05f

2 files changed, 18 insertions(+), 0 deletions(-)

jump to
A .travis.yml

@@ -0,0 +1,16 @@

+# Travis CI (http://travis-ci.org/) is a continuous integration service for +# open source projects. This file configures it to run unit tests for +# blackfriday. + +language: go + +go: + - 1.2 + - 1.3 + +install: + - go get -d -t -v ./... + - go build -v ./... + +script: + - go test -v ./...
M README.mdREADME.md

@@ -1,3 +1,5 @@

+[![Build Status](https://travis-ci.org/russross/blackfriday.svg?branch=master)](https://travis-ci.org/russross/blackfriday) + Blackfriday ===========