cleaned up travis.yml

This commit is contained in:
Marius Pana 2017-01-13 20:25:49 +02:00
parent aa1c8cd66b
commit 45db75df14
1 changed files with 0 additions and 14 deletions

View File

@ -8,20 +8,6 @@ install:
- pip install mkdocs-material==0.2.4
script:
- mkdocs build --clean
# deploy:
# on:
# branch: master
# repo: 'spearheadsys/issue-response-docs/'
# provider: s3
# access_key_id: $AWS_ACCESS_KEY_ID
# secret_access_key: $AWS_SECRET_ACCESS_KEY
# bucket: $AWS_S3_BUCKET
# skip_cleanup: true
# local_dir: site
# acl: public_read
# after_deploy:
# - aws s3 sync site/ s3://$AWS_S3_BUCKET --acl public-read --exclude "*.py*" --delete
after_success: |
if [ -n "$GITHUB_API_KEY" ]; then
cd "$TRAVIS_BUILD_DIR"