From d49315ed8d0a2ce74fa902801e291260c2c91251 Mon Sep 17 00:00:00 2001 From: Matt Goldman Date: Fri, 1 Nov 2019 00:34:43 -0400 Subject: [PATCH] manual push workaround from https://github.com/laurilehmijoki/s3_website/issues/323#issuecomment-454189991 --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1dad202..17a1eaf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,10 @@ rvm: branches: only: master before_install: gem update --system -script: bundle exec rake deploy +script: + - bundle exec rake build + - bundle exec s3_website install + - java -cp $(bundle show s3_website)/*.jar s3.website.Push cache: bundler env: global: