From 3b5133fbb1470779f6b0a81545be1c91d992167a Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Wed, 27 Apr 2016 11:38:49 -0400 Subject: [PATCH] Add gfmxr integration for checking examples in README.md now that we support the legacy Action func signature. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index c2b5c8d..9d262b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,10 @@ matrix: allow_failures: - go: tip +before_script: +- go get github.com/meatballhat/gfmxr/... + script: - go vet ./... - go test -v ./... +- gfmxr