From aefaa5ae1ac1e431dafa555513a9dba0c30fd325 Mon Sep 17 00:00:00 2001 From: Azareal Date: Mon, 30 Jul 2018 18:36:58 +1000 Subject: [PATCH] Try chmod 777, if this doesn't work, I'm not sure what to do about CC tbh --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e017692..b051cb54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_install: - cd $HOME - git clone https://github.com/Azareal/Gosora - cd Gosora - - chmod -R 0755 . + - chmod -R 0777 . - mv ./config/config_example.json ./config/config.json - ./update-deps-linux - ./dev-update-travis