Skip to content

Commit

Permalink
Merge pull request #27 from fclairamb/go-1.9-build
Browse files Browse the repository at this point in the history
Adding support for Go 1.9
  • Loading branch information
fclairamb authored Sep 1, 2017
2 parents 78313be + b31a5a0 commit 9d6918e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ before_install:
- go get golang.org/x/tools/cmd/goimports
language: go
go:
- 1.7.x
- 1.8.x
- 1.9.x
script:
- ./.check-fmt.sh
- gocyclo -over 15 .
Expand Down

0 comments on commit 9d6918e

Please sign in to comment.