Merge pull request #2107 from nikooo777/master
Make external PRs pass travis
This commit is contained in:
commit
d910297327
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ before_install:
|
|||
fi
|
||||
before_script:
|
||||
- git lfs pull
|
||||
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then unset WIN_CSC_LINK; unset CSC_LINK; fi
|
||||
script:
|
||||
- |
|
||||
if [ "$TARGET" == "windows" ]; then
|
||||
|
|
Loading…
Reference in a new issue