From 40e24daf13259139091bff856c28e1a84ab5ec8c Mon Sep 17 00:00:00 2001 From: Ben Aldrich Date: Wed, 11 May 2016 17:15:34 -0600 Subject: [PATCH] more build stuff --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6d61ea0..a2dbceb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ install: - go get github.com/onsi/gomega - go install github.com/onsi/ginkgo/ginkgo - go install github.com/onsi/gomega + - export PATH=$PATH:$HOME/gopath/bin - $HOME/gopath/bin/godep restore - go install -tags 'nano zmq' github.com/vrecan/goiostat