From 9914f3894e0db4cc609cafc62503507e825c998e Mon Sep 17 00:00:00 2001 From: kumakichi Date: Thu, 25 Oct 2018 17:45:26 +0800 Subject: [PATCH] ok, master already changed travis --- .travis.yml | 6 ++---- match.go | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index bf973a3..370dc04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,12 @@ language: go go: + - "1.11" - "1.10" - - "1.9" - - "1.8" - - "1.7" - "tip" before_install: - - go get -u -v github.com/golang/lint/golint + - go get -u -v golang.org/x/lint/golint script: - diff -u <(echo -n) <(gofmt -s -d ./) diff --git a/match.go b/match.go index 244d6cb..6195877 100644 --- a/match.go +++ b/match.go @@ -10,6 +10,7 @@ import ( // Matchers is an alias to matchers.Matchers var Matchers = matchers.Matchers +// MatcherKeys is an alias to matchers.MatcherKeys var MatcherKeys = matchers.MatcherKeys // NewMatcher is an alias to matchers.NewMatcher