diff options
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 d2edddbf..78d66eb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: go sudo: required go: - - "1.10.x" + - "1.11.x" before_install: - go version @@ -20,6 +20,7 @@ install: - 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" - composer install --no-interaction --prefer-source --ignore-platform-reqs script: |