1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-05 02:54:55 +00:00

Don't store Travis CI images on Amazon S3.

They are no longer full builds.
This commit is contained in:
Lars Brinkhoff
2019-08-29 20:00:48 +02:00
parent 0f580d1652
commit ea13dc31fb

View File

@@ -19,17 +19,5 @@ matrix:
env: EMULATOR=pdp10-kl BASICS=yes
install: sh -ex build/dependencies.sh install_${TRAVIS_OS_NAME:-linux}
script: make check-dirs all
deploy:
provider: s3
access_key_id: "$AWS_ID"
secret_access_key: "$AWS_SECRET"
bucket: "$S3_BUCKET"
skip_cleanup: true
local_dir: out
acl: public_read
on:
branch: master
after_deploy:
- build/deploy.sh
notifications:
email: lars@nocrew.org