diff --git a/.build.yml b/.build.yml index 005c186..c9c2f8f 100644 --- a/.build.yml +++ b/.build.yml @@ -1,9 +1,9 @@ -image: alpine/3.9 +image: alpine/edge packages: - go sources: - https://github.com/Xe/site tasks: - - test | + - test: | cd site go test ./...