diff options
author | Wolfy-J <[email protected]> | 2018-01-23 20:05:10 -0500 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-01-23 20:05:10 -0500 |
commit | addbcd1eb6bc5a2364a8aedb7eab52197b8b35c9 (patch) | |
tree | 1cc0d9b90b351716a44c58fcdf7307ecbb2b8dc0 /.travis.yml | |
parent | 28019fa85281734a2eac78f9a245765b52a1424c (diff) |
latest libs
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 |