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