summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-11 15:02:22 +0300
committerWolfy-J <[email protected]>2018-06-11 15:02:22 +0300
commita03ce020ca3ea3a8d70541a9bb0ae3bbb3e05c77 (patch)
treedd51cc1adfc85e95fc2ba120e2deb50dc77e2684
parent699d34beb94492d57a8da15cfbaebe11245ecac9 (diff)
improved tests
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index aa0281f0..e4caee71 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,7 @@ before_install:
install:
- go get "github.com/spiral/roadrunner"
+ - rm -rf $GOPATH/src/github.com/spiral/roadrunner/*
- cp -r * $GOPATH/src/github.com/spiral/roadrunner
- go get -u "github.com/spiral/goridge"
- go get -u "github.com/sirupsen/logrus"