Merge pull request #2107 from nikooo777/master

Make external PRs pass travis
This commit is contained in:
Sean Yesmunt 2018-11-15 12:36:02 -05:00 committed by GitHub
commit d910297327
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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