Adding our build to travis ci

This commit is contained in:
Deluan 2016-02-26 10:52:43 -05:00
parent fa9103b923
commit cf8b1bc58f
3 changed files with 18 additions and 2 deletions

3
.gitignore vendored
View File

@ -4,4 +4,5 @@ iTunes*.xml
gosonic.index
static/Jamstash
devDb
tmp
tmp
.vendor

View File

@ -3,7 +3,6 @@ path = github.com/deluan/gosonic
[deps]
github.com/astaxie/beego = tag:v1.6.0
github.com/blevesearch/bleve = commit:a5bb81e
github.com/dhowden/itl = commit:35d15a3
github.com/HouzuoGuo/tiedot = tag:3.2

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
sudo: false
language: go
go:
- 1.6
install:
- go get github.com/gpmgo/gopm
script:
- gopm test ./... -v
notifications:
email:
- marty.schoch@gmail.com