mirror of
https://github.com/elyby/chrly.git
synced 2024-11-19 03:33:05 +05:30
Enable FOSSA back
This commit is contained in:
parent
2df31704c1
commit
7978462540
19
.travis.yml
19
.travis.yml
@ -28,16 +28,15 @@ jobs:
|
||||
- go test -v -race --tags redis -coverprofile=coverage.txt -covermode=atomic ./...
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
# FOSSA is don't feel so good, let it rest
|
||||
# - name: FOSSA
|
||||
# stage: Tests
|
||||
# before_script:
|
||||
# - curl https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash
|
||||
# script:
|
||||
# - fossa init
|
||||
# - fossa analyze
|
||||
# after_success:
|
||||
# - fossa test
|
||||
- name: FOSSA
|
||||
stage: Tests
|
||||
before_script:
|
||||
- curl https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash
|
||||
script:
|
||||
- fossa init
|
||||
- fossa analyze -p git+github.com/elyby/chrly
|
||||
after_success:
|
||||
- fossa test -p git+github.com/elyby/chrly
|
||||
|
||||
# Deploy stage
|
||||
- name: Docker image
|
||||
|
Loading…
Reference in New Issue
Block a user