forked from cadey/xesite
fix syntax error
This commit is contained in:
parent
88469ee588
commit
0ebad9efb1
|
@ -1,9 +1,9 @@
|
||||||
image: alpine/3.9
|
image: alpine/edge
|
||||||
packages:
|
packages:
|
||||||
- go
|
- go
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/Xe/site
|
- https://github.com/Xe/site
|
||||||
tasks:
|
tasks:
|
||||||
- test |
|
- test: |
|
||||||
cd site
|
cd site
|
||||||
go test ./...
|
go test ./...
|
||||||
|
|
Loading…
Reference in New Issue