File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed
Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change 11dist : bionic
22language : go
33go :
4- - 1.13.x
5- - master
6- - tip
4+ - 1.13.x
5+ - master
6+ - tip
77os :
8- - linux
9- - osx
10- matrix :
8+ - linux
9+ - osx
10+ jobs :
1111 allow_failures :
12- - go : tip
12+ - go : tip
1313 fast_finish : true
14- jobs :
1514 include :
1615 - stage : deploy
1716 name : Publish release
@@ -29,12 +28,12 @@ install: true
2928notifications :
3029 email : false
3130before_script :
32- - go get -u golang.org/x/lint/golint
33- - go get github.com/fzipp/gocyclo
31+ - go get -u golang.org/x/lint/golint
32+ - go get github.com/fzipp/gocyclo
3433script :
35- - pip install -U pip && pip install pre-commit && pre-commit run --all-files
36- - env GO111MODULE=on go build -o mongoimport github.com/romnnn/mongoimport/cmd/mongoimport
37- - env GO111MODULE=on go test -v -race -coverprofile=coverage.txt -covermode=atomic github.com/romnnn/mongoimport/validation
34+ - pip install -U pip && pip install pre-commit && pre-commit run --all-files
35+ - env GO111MODULE=on go build -o mongoimport github.com/romnnn/mongoimport/cmd/mongoimport
36+ - env GO111MODULE=on go test -v -race -coverprofile=coverage.txt -covermode=atomic github.com/romnnn/mongoimport/validation
3837
3938after_success :
40- - bash <(curl -s https://codecov.io/bash)
39+ - bash <(curl -s https://codecov.io/bash)
You can’t perform that action at this time.
0 commit comments