remove unused files
This commit is contained in:
parent
3c8314e916
commit
8afbf55b99
17
.travis.yml
17
.travis.yml
|
@ -1,17 +0,0 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.6
|
||||
- 1.7
|
||||
|
||||
before_install:
|
||||
|
||||
install:
|
||||
- go get github.com/go-xorm/core
|
||||
- go get github.com/go-xorm/builder
|
||||
|
||||
script:
|
||||
- go test
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
Loading…
Reference in New Issue