Skip to content

Commit

Permalink
Merge pull request #17 from theckman/go1.9.3
Browse files Browse the repository at this point in the history
Update .travis.yml file to test against latest Go versions

Signed-off-by: Tim Heckman <t@heckman.io>
  • Loading branch information
theckman committed Jan 24, 2018
2 parents 3b10b6c + 675a172 commit b139a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go
go:
- 1.9.2
- 1.8.5
- 1.9.3
- 1.8.6
script: go test -v ./... -check.vv
sudo: false
notifications:
Expand Down

0 comments on commit b139a24

Please sign in to comment.