Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Run CI on go1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
spenczar committed Sep 11, 2017
1 parent 0dba236 commit b78cb35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ environment:
GOVERSION: 1.7.5
- environment:
GOVERSION: 1.8.3
- environment:
GOVERSION: 1.9

install:
# Install the specific Go version.
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ os:
go:
- 1.7.5
- 1.8.3
- 1.9
- tip

script:
Expand Down

0 comments on commit b78cb35

Please sign in to comment.