summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 204518a0..13d0d7a5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,13 @@ before_install:
- composer self-update
install:
- - go mod download
+ - go get "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"
+ - go get -u "github.com/shirou/gopsutil/process"
+ - go get -u "golang.org/x/net/http2"
- composer install --no-interaction --prefer-source --ignore-platform-reqs
script: