docopt / docopt.go

A command-line arguments parser that will make you smile.
http://docopt.org/
MIT License
1.43k stars 108 forks source link

chore(ci): stop testing golang "tip" since "go vet|cover" broke #24

Closed mboersma closed 9 years ago

mboersma commented 9 years ago

Go 1.2 and 1.3 require this command to install "go vet": go get code.google.com/p/go.tools/cmd/vet Go "tip" in Travis-CI currently requires this command: go get golang.org/x/tools/cmd/vet

Neither is happy with the other's package path, so let's not worry about testing golang "tip" for now.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same when pulling 34a18d83a3a5b0172fffc05453571f44cd42e0fe on mboersma:dont-test-golang-tip into 4cb69f7c3be155a6b2c34b9f40f07d06f1cebbc4 on docopt:master.