File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,14 @@ matrix:
1010 - php : nightly
1111
1212before_script :
13- - composer self-update
13+ - travis_retry composer self-update
1414
1515install :
16- - composer install --no-interaction
16+ - travis_retry composer install --no-interaction
1717
1818script :
1919 - mkdir -p build/logs
2020 - composer test
2121
2222after_success :
2323 - travis_retry php vendor/bin/coveralls
24- - sh docs/deploy.sh
Original file line number Diff line number Diff line change 11#! /bin/sh
2- sudo pip install -r docs/requirements.txt
2+ pip install -r docs/requirements.txt
33cd docs/php-form
44mkdocs build
55tar -zcvf phpform.tar.gz -C site .
6- curl -X POST -H " Content-Type: multipart/form-data" -H " Api-Key: ${ALEXANDRIA_APIKEY} " -F " archive=@phpform.tar.gz" https://alexandriadocs.io/api/v1/projects/upload/
6+ curl -X POST -H " Content-Type: multipart/form-data" -H " Api-Key: ${1} " -F " archive=@phpform.tar.gz" https://alexandriadocs.io/api/v1/projects/upload/
7+ rm phpform.tar.gz
You can’t perform that action at this time.
0 commit comments