Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmzoneill authored Jul 14, 2018
1 parent 05e3a31 commit 120ceda
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 @@ -41,7 +41,7 @@ before_script:

script:
- travis_retry npm run test
- if [[ $PROXY_VALIDATION == "yes" ]]; then export socks_proxy=http://127.0.0.1:9999; fi
- if [[ $PROXY_VALIDATION == "yes" ]]; then export socks_proxy=socks4://127.0.0.1:9999; fi
- if [[ $PROXY_VALIDATION == "yes" ]]; then travis_retry npm run test; fi
- npm run lint

Expand Down

0 comments on commit 120ceda

Please sign in to comment.