This repository has been archived on 2022-11-27. You can view files and clone it, but cannot push or open issues or pull requests.
activitypub/.travis.yml

13 lines
107 B
YAML
Raw Normal View History

2017-09-11 21:21:31 +00:00
language: go
go:
- 1.9
- tip
script:
2017-09-11 21:33:04 +00:00
- go test -v
2017-09-11 21:21:31 +00:00
matrix:
allow_failures:
- go: tip