diff options
author | Wolfy-J <[email protected]> | 2018-06-11 15:13:07 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-11 15:13:07 +0300 |
commit | c9e4c41ab81e48a15660ba2a392f23571e28ecd2 (patch) | |
tree | 8bf08d5a5cefa614ea9766be95c1254b8c739907 /.travis.yml | |
parent | 50399a05a73c518bd02b00779131c447852fe71f (diff) |
improved tests
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 09f0fd19..f78327da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,12 +12,11 @@ php: before_install: - go version + - php -v - composer self-update install: - go get "github.com/spiral/roadrunner" - - rm -rf $GOPATH/src/github.com/spiral/roadrunner/* - - cp -r * $GOPATH/src/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" |