We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6508f5 commit 88cf93bCopy full SHA for 88cf93b
.travis.yml
@@ -3,6 +3,17 @@ node_js:
3
- "node"
4
- "lts/*"
5
6
-script:
7
- - yarn test
8
- - yarn docs
+jobs:
+ include:
+ - 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
17
+ - fossa init
18
+ - fossa analyze --server-scan
19
+ - fossa test
0 commit comments