Skip to content

Commit

Permalink
fix:PR rate limit error (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
tasneem067 authored Feb 15, 2021
1 parent 0379987 commit ec062e6
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 @@ -3,6 +3,9 @@ language: node_js
node_js:
- "11"

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

script:
- if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then npm audit; else npm audit || true; fi
- npm run lint
Expand Down

0 comments on commit ec062e6

Please sign in to comment.