remove unused files

This commit is contained in:
Lunny Xiao 2017-04-12 23:28:09 +08:00
parent 3c8314e916
commit 8afbf55b99
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
2 changed files with 0 additions and 19 deletions

View File

@ -1,2 +0,0 @@
[target]
path = github.com/go-xorm/xorm

View File

@ -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)