update package s2ioperator

Signed-off-by: soulseen <sunzhu@yunify.com>
This commit is contained in:
soulseen
2019-08-30 10:37:09 +08:00
parent f22e8ea90e
commit bbd151e7aa
300 changed files with 18100 additions and 52462 deletions

View File

@@ -1,14 +1,8 @@
language: go
go:
- "1.10.x"
- "1.11.x"
- "1.12.x"
- master
matrix:
allow_failures:
- go: master
fast_finish: true
- 1.8
- 1.9
- tip
env:
global:
@@ -20,11 +14,12 @@ before_script:
- ./cc-test-reporter before-build
install:
- curl -sL https://taskfile.dev/install.sh | sh
- go get github.com/go-task/task/cmd/task
script:
- diff -u <(echo -n) <(./bin/task lint)
- ./bin/task test-coverage
- task dl-deps
- task lint
- task test-coverage
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT