Skip to content

Commit

Permalink
chore(project): build with Golang 1.11 on Travis-ci and AppVeyor (#181)
Browse files Browse the repository at this point in the history
Fixes #180

Signed-off-by: Xavier Coulon <[email protected]>
  • Loading branch information
xcoulon authored Sep 2, 2018
1 parent d2f398e commit 9cd9c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ go:
- "1.8.x"
- "1.9.x"
- "1.10.x"
- "1.11.x"
- tip

matrix:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ environment:
- GO_VERSION: "1.8"
- GO_VERSION: "1.9"
- GO_VERSION: "1.10"
- GO_VERSION: "1.11"

init:
- git config --global core.autocrlf input
Expand Down

0 comments on commit 9cd9c9f

Please sign in to comment.