mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +03:00
Adding our build to travis ci
This commit is contained in:
parent
fa9103b923
commit
cf8b1bc58f
3 changed files with 18 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -4,4 +4,5 @@ iTunes*.xml
|
||||||
gosonic.index
|
gosonic.index
|
||||||
static/Jamstash
|
static/Jamstash
|
||||||
devDb
|
devDb
|
||||||
tmp
|
tmp
|
||||||
|
.vendor
|
|
@ -3,7 +3,6 @@ path = github.com/deluan/gosonic
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
github.com/astaxie/beego = tag:v1.6.0
|
github.com/astaxie/beego = tag:v1.6.0
|
||||||
github.com/blevesearch/bleve = commit:a5bb81e
|
|
||||||
github.com/dhowden/itl = commit:35d15a3
|
github.com/dhowden/itl = commit:35d15a3
|
||||||
github.com/HouzuoGuo/tiedot = tag:3.2
|
github.com/HouzuoGuo/tiedot = tag:3.2
|
||||||
|
|
||||||
|
|
16
.travis.yml
Normal file
16
.travis.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue