From 34c5e2267b4e8232531a534e2cf8aac5ffe56d10 Mon Sep 17 00:00:00 2001
From: Louis Capitanchik <contact@louiscap.co>
Date: Wed, 20 Jun 2018 15:18:56 +0100
Subject: [PATCH] Add public_read acl for gcs

---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index e685be8..4a303f3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,6 +41,7 @@ deploy:
     bucket: swerve-artefacts
     local-dir: dist
     skip_cleanup: true
+    acl: public-read
     on:
       repo: Commander-lol/rust-swerve
       branch: master
\ No newline at end of file
-- 
GitLab