mirror of
https://github.com/elyby/chrly.git
synced 2025-03-13 23:34:23 +05:30
Disable FOSSA
This commit is contained in:
parent
4ff164fffd
commit
632ad4795a
19
.travis.yml
19
.travis.yml
@ -26,15 +26,16 @@ jobs:
|
|||||||
- go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
|
- go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
|
||||||
- name: FOSSA
|
# FOSSA is don't feel so good, let it rest
|
||||||
stage: Tests
|
# - name: FOSSA
|
||||||
before_script:
|
# stage: Tests
|
||||||
- curl https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash
|
# before_script:
|
||||||
script:
|
# - curl https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash
|
||||||
- fossa init
|
# script:
|
||||||
- fossa analyze
|
# - fossa init
|
||||||
after_success:
|
# - fossa analyze
|
||||||
- fossa test
|
# after_success:
|
||||||
|
# - fossa test
|
||||||
|
|
||||||
# Deploy stage
|
# Deploy stage
|
||||||
- name: Docker image
|
- name: Docker image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user