Merge pull request #111 from rtfb/master

Add Travis configuration and a badge
pull/117/head
Vytautas Šaltenis 2014-08-30 10:12:56 +03:00
commit 44a39c16c6
2 changed files with 18 additions and 0 deletions

16
.travis.yml Normal file
View File

@ -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 ./...

View File

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