diff options
author | Wolfy-J <[email protected]> | 2018-06-07 17:59:24 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-07 17:59:24 +0300 |
commit | 4c78434df89f3316da4817554897163751c2b989 (patch) | |
tree | c2b9d0d18e6f097174dd4d654f370088817ed6bb /.travis.yml | |
parent | 8d018bc74686fbfe650ab48e7d11dd8d67e92eeb (diff) |
CS
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e84964f8..0ea7636a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,10 +14,11 @@ before_install: - composer self-update install: - - composer install --no-interaction --prefer-source + - cp -r * $GOPATH/src/github.com/spiral/roadrunner - go get -u "github.com/spiral/goridge" - go get -u "github.com/pkg/errors" - go get -u "github.com/stretchr/testify/assert" + - composer install --no-interaction --prefer-source script: - go test -race -v -coverprofile=lib.txt -covermode=atomic |