Override install script for travis
Update the `install` script to a more simple `go get`. The Travis default `go get ./...` has problems with the examples directory.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
language: go
|
||||
|
||||
install: go get
|
||||
|
||||
script: go test -short
|
||||
|
||||
Reference in New Issue
Block a user