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:
Michael Hoisie
2016-07-30 12:30:59 -07:00
parent f7bc145ffb
commit 461beeadb2

View File

@@ -1,3 +1,5 @@
language: go
install: go get
script: go test -short