Skip to content

Commit 88cf93b

Browse files
committed
feat(fossa): add fossa integration
1 parent c6508f5 commit 88cf93b

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.travis.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ node_js:
33
- "node"
44
- "lts/*"
55

6-
script:
7-
- yarn test
8-
- yarn docs
6+
jobs:
7+
include:
8+
- name: yarn
9+
script:
10+
- yarn test
11+
- yarn docs
12+
13+
- name: fossa
14+
before_script:
15+
- "curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/fc60c6631a5d372d5a45fea35e31665b338f260d/install.sh | sudo bash"
16+
script:
17+
- fossa init
18+
- fossa analyze --server-scan
19+
- fossa test

0 commit comments

Comments
 (0)