remove unused code

This commit is contained in:
Cadey Ratio 2019-06-05 20:01:18 -04:00 committed by GitHub
parent c67f47bdf5
commit a9508d7f81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 11 deletions

View File

@ -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 ./...