summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-09-30 19:00:07 +0300
committerWolfy-J <[email protected]>2018-09-30 19:00:07 +0300
commit89829597d7da2af4d4a6bc394746b244a3e43a1c (patch)
treeb1b8d4af813b5f6ea9cc57bc64807a77f8cc5753 /.travis.yml
parentc7b6b81c044305a3d65d1d53eb7f7bc172b37bf2 (diff)
new go mod
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 13d0d7a5..204518a0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,13 +15,7 @@ before_install:
- composer self-update
install:
- - 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"
+ - go mod download
- composer install --no-interaction --prefer-source --ignore-platform-reqs
script: