From 797846254074fd7e3dd7d4773300c868fd33d2ba Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Tue, 21 Apr 2020 16:31:36 +0300 Subject: [PATCH] Enable FOSSA back --- .travis.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3ee5e0e..01b5888 100644 --- a/.travis.yml +++ b/.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