ci: use new repo URL

This commit is contained in:
Simon Ser 2020-08-13 11:10:00 +02:00
parent f3931fd510
commit 911a92a74e
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

View file

@ -2,8 +2,8 @@ image: alpine/edge
packages: packages:
- go - go
sources: sources:
- https://git.sr.ht/~emersion/koushin - https://git.sr.ht/~emersion/alps
tasks: tasks:
- build: | - build: |
cd koushin cd alps
go test -v ./... go test -v ./...