Skip to content

Commit 065b5ec

Browse files
authored
chore(configs): Temporarily disable security audit in CI (#446)
The check currently produces an error, causing CI to wrongly fail.
1 parent 98ae658 commit 065b5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
include:
2020
# Run tests in parallel
2121
- stage: test
22-
script: yarn check:security && yarn check:licenses
22+
script: yarn check:licenses
2323
- script: yarn test:lint-js
2424
- script: yarn test:unit --runInBand
2525
# Upload coverage reports to Codecov

0 commit comments

Comments
 (0)