add travis config

This commit is contained in:
Duke 2015-04-14 00:50:23 -03:00
parent e7e8274afa
commit fa4ccb0032
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: go
go:
- 1.3
install:
- go get github.com/russross/blackfriday
- go get github.com/PuerkitoBio/goquery