Skip to content

Commit

Permalink
chore(configs): Temporarily disable security audit in CI (#446)
Browse files Browse the repository at this point in the history
The check currently produces an error, causing CI to wrongly fail.
  • Loading branch information
connor-baer authored Jul 23, 2019
1 parent 98ae658 commit 065b5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
include:
# Run tests in parallel
- stage: test
script: yarn check:security && yarn check:licenses
script: yarn check:licenses
- script: yarn test:lint-js
- script: yarn test:unit --runInBand
# Upload coverage reports to Codecov
Expand Down

0 comments on commit 065b5ec

Please sign in to comment.