summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-07 18:05:16 +0300
committerWolfy-J <[email protected]>2018-06-07 18:05:16 +0300
commitf90b62e5cb55d03af928119cfd7831ddd759fed2 (patch)
treec4b6f316181287f42a843f2577ce2957ba3baf65 /.travis.yml
parent701ac08dc1bfb6744d15a4bde91ef536cf9f02e7 (diff)
travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 21cc5889..48f4cb4f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,10 @@ before_install:
install:
- go get "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"
+ - go get -u "github.com/pkg/errors"
+ - go get -u "github.com/stretchr/testify/assert"
- composer install --no-interaction --prefer-source
script: