diff options
| author | Christine Dodrill <me@christine.website> | 2019-06-05 20:01:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-05 20:01:18 -0400 |
| commit | a9508d7f8191028fe9675715c947bca4d6caa07d (patch) | |
| tree | b600c61a640b27eef30d1c2575a3ffdd6e48e9c3 | |
| parent | c67f47bdf5fee0d94951d9d1e73126943870c67d (diff) | |
| download | xesite-a9508d7f8191028fe9675715c947bca4d6caa07d.tar.xz xesite-a9508d7f8191028fe9675715c947bca4d6caa07d.zip | |
remove unused code
| -rw-r--r-- | .build.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.build.yml b/.build.yml deleted file mode 100644 index e54e73c..0000000 --- a/.build.yml +++ /dev/null @@ -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 ./... |
