Skip to content

Commit 5b4b464

Browse files
committed
Merge pull request #135 from APTy/travis-go1.5
Upgrade to Go 1.5 in Testing
2 parents 577d957 + 2200e27 commit 5b4b464

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
sudo: false
22
language: go
3-
go: 1.4
3+
go: 1.5
44
script:
5-
- go get golang.org/x/tools/cmd/vet
65
- go get github.com/modocache/gover
76
- go get github.com/cloudflare/redoctober
87
- go test github.com/cloudflare/redoctober...

0 commit comments

Comments
 (0)