Skip to content

Commit 461beea

Browse files
committed
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.
1 parent f7bc145 commit 461beea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
language: go
22

3+
install: go get
4+
35
script: go test -short

0 commit comments

Comments
 (0)