fix syntax error

This commit is contained in:
Cadey Ratio 2019-06-05 14:24:42 +00:00
parent 88469ee588
commit 0ebad9efb1
1 changed files with 2 additions and 2 deletions

View File

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