diff options
author | Wolfy-J <[email protected]> | 2018-09-30 19:02:19 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-09-30 19:02:19 +0300 |
commit | 50873a2adabc54aff53fac814d770e3571e37efb (patch) | |
tree | c1f9a3ca639cc52ba9c144d9c3c2bba444bf78aa | |
parent | 89829597d7da2af4d4a6bc394746b244a3e43a1c (diff) |
new go mod
-rw-r--r-- | .travis.yml | 8 |
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: |