summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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: