Skip to content

Commit

Permalink
add go 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Nov 10, 2018
1 parent a1441f5 commit c33b62e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ go:
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x

matrix:
allow_failures:
- go: master
fast_finish: true

sudo: false
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OPEN_BROWSER =
SUPPORTED_VERSIONS = 1.5 1.6 1.7 1.8 1.9 1.10 latest
SUPPORTED_VERSIONS = 1.5 1.6 1.7 1.8 1.9 1.10 1.11 latest


include makes/env.mk
Expand Down

0 comments on commit c33b62e

Please sign in to comment.