From ea13dc31fb4207b1a93b2969b7d383b399440cd1 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Thu, 29 Aug 2019 20:00:48 +0200 Subject: [PATCH] Don't store Travis CI images on Amazon S3. They are no longer full builds. --- .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8826e8e0..42bd0743 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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