Browse Source

bump minimum tested version to go 1.4

Adding the new BasicAuthTransport raises the minimum required version of
go to 1.4.
Will Norris 10 years ago
parent
commit
92bbb1ce51
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .travis.yml

+ 2
- 2
.travis.yml View File

@ -1,7 +1,7 @@
language: go
go:
- 1.1
- 1.2
- 1.4
- 1.5
- tip
install: go get -v ./github
script: go test -v ./github

Loading…
Cancel
Save