Fix travis docker image pulling for docs
This commit is contained in:
parent
e5983d96f7
commit
93d099a2f0
3 changed files with 10 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ env:
|
|||
|
||||
script:
|
||||
- echo "Skipping tests... (Tests are executed on SemaphoreCI)"
|
||||
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then make docs; fi
|
||||
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then travis_retry make docs-pull-images && make docs; fi
|
||||
|
||||
before_deploy:
|
||||
- >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue