Check for TRAVIS_PULL_REQUEST
This commit is contained in:
parent
283fbcd819
commit
95fe817a22
|
@ -5,7 +5,7 @@ install:
|
|||
- "pip install git+https://github.com/lektor/lektor#egg=Lektor"
|
||||
script:
|
||||
- "lektor build"
|
||||
- "if [ ! -z \"$LEKTOR_DEPLOY_KEY\" ] && [ \"$TRAVIS_BRANCH\" == \"master\" ]; then lektor deploy production; fi"
|
||||
- "if [ ! -z \"$LEKTOR_DEPLOY_KEY\" ] && [ \"$TRAVIS_PULL_REQUEST\" == \"false\" ] && [ \"$TRAVIS_BRANCH\" == \"master\" ]; then lektor deploy production; fi"
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
|
|
Loading…
Reference in New Issue