1
0
mirror of https://github.com/Luzifer/duplicity-backup.git synced 2024-09-20 00:42:55 +00:00
duplicity-backup/vendor/github.com/asaskevich/govalidator/wercker.yml

16 lines
243 B
YAML
Raw Normal View History

2016-05-22 13:04:37 +00:00
box: wercker/golang
build:
steps:
- setup-go-workspace
- script:
name: go get
code: |
go version
go get -t ./...
- script:
name: go test
code: |
go test -race ./...