diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index c2460f18..b1d29f61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,9 +15,9 @@ before_install: install: - composer install --no-interaction --prefer-source - - go get "github.com/spiral/goridge" - - go get "github.com/pkg/errors" - - go get "github.com/stretchr/testify/assert" + - go get -u "github.com/spiral/goridge" + - go get -u "github.com/pkg/errors" + - go get -u "github.com/stretchr/testify/assert" script: - go test -race -bench=. -benchmem -v
\ No newline at end of file |