Skip to content

Commit

Permalink
ok, master already changed travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kumakichi committed Oct 25, 2018
1 parent a98cd2a commit 9914f38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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 ./)
Expand Down
1 change: 1 addition & 0 deletions match.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9914f38

Please sign in to comment.