Skip to content

Commit

Permalink
Disable fossa on CI, add yarn test
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina authored May 7, 2021
1 parent 1888b6d commit d098e64
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ node_js:
- 10

before_script:
- "curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | sudo bash"
# - "curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | sudo bash"

script:
- fossa init
- fossa analyze --server-scan
- fossa test
# - fossa init
# - fossa analyze --server-scan
# - fossa test
- yarn test

0 comments on commit d098e64

Please sign in to comment.