Add gfmxr integration for checking examples in README.md

now that we support the legacy Action func signature.
This commit is contained in:
Dan Buch 2016-04-27 11:38:49 -04:00
parent d45f7c1fe2
commit 3b5133fbb1
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

View File

@ -13,6 +13,10 @@ matrix:
allow_failures:
- go: tip
before_script:
- go get github.com/meatballhat/gfmxr/...
script:
- go vet ./...
- go test -v ./...
- gfmxr