Skip to content

Commit

Permalink
Merge pull request #779 from razee-io/RateLimit
Browse files Browse the repository at this point in the history
Fix:PR Rate limit
  • Loading branch information
tasneem067 committed Feb 12, 2021
2 parents e09332f + e4bc8d9 commit 125fc7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ node_js:
services:
- docker

before_install:
- echo "$DOCKERHUB_TOKEN" | docker login -u "icdevops" --password-stdin;

script:
# Audit npm packages. Fail build whan a PR audit fails, otherwise report the vulnerability and proceed.
- if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then npx audit-ci --low -a node-fetch; else npx audit-ci --low -a node-fetch || true; fi
Expand Down

0 comments on commit 125fc7d

Please sign in to comment.