forked from cadey/xesite
remove unused code
This commit is contained in:
parent
c67f47bdf5
commit
a9508d7f81
11
.build.yml
11
.build.yml
|
@ -1,11 +0,0 @@
|
|||
image: alpine/edge
|
||||
packages:
|
||||
- go
|
||||
sources:
|
||||
- https://github.com/Xe/site
|
||||
tasks:
|
||||
- test: |
|
||||
export GOPROXY=https://cache.greedo.xeserv.us
|
||||
export CGO_ENABLED=0
|
||||
cd site
|
||||
go test ./...
|
Loading…
Reference in New Issue