Skip to content

Commit

Permalink
feat(fossa): add fossa integration
Browse files Browse the repository at this point in the history
  • Loading branch information
chefsale committed Feb 11, 2021
1 parent c6508f5 commit 88cf93b
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ node_js:
- "node"
- "lts/*"

script:
- yarn test
- yarn docs
jobs:
include:
- name: yarn
script:
- yarn test
- yarn docs

- name: fossa
before_script:
- "curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/fc60c6631a5d372d5a45fea35e31665b338f260d/install.sh | sudo bash"
script:
- fossa init
- fossa analyze --server-scan
- fossa test

0 comments on commit 88cf93b

Please sign in to comment.