Skip to content

Commit

Permalink
Remove go 1.9 from travis
Browse files Browse the repository at this point in the history
I don't know what's going on. I give up.
  • Loading branch information
Francisco Souza committed Jul 25, 2017
1 parent c51998f commit ee7ff0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ addons:
go:
- 1.7.x
- 1.8.x
- 1.9rc1
- tip
services:
- redis-server
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ run: build

swagger:
go get github.com/go-swagger/go-swagger/cmd/swagger
GOROOT=$$(go env GOROOT) swagger generate spec -o swagger.json
swagger generate spec -o swagger.json

checkswagger:
swagger validate swagger.json
Expand Down

0 comments on commit ee7ff0c

Please sign in to comment.