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

Commit

Permalink
Don't run danger on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejas Kumar authored Sep 21, 2018
1 parent 2491b0c commit cf13011
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 @@ -14,4 +14,4 @@ env:
# When Travis gets notified of a new build, do this
script:
- yarn test
- yarn danger ci
- [ ! -z $DANGER_GITHUB_API_TOKEN ] && yarn danger ci || echo \"Skipping Danger for External Contributor\"

0 comments on commit cf13011

Please sign in to comment.