From f55dc5f04f5a7f48b6a3b2a523d513be799f79ec Mon Sep 17 00:00:00 2001 From: Azareal Date: Mon, 30 Jul 2018 17:49:27 +1000 Subject: [PATCH] Did Code Climate not have read? --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e0f53e52..548bd967 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,10 +9,8 @@ before_install: - cd $HOME - git clone https://github.com/Azareal/Gosora - cd Gosora + - chmod -R 0755 - mv ./config/config_example.json ./config/config.json - - chmod 755 ./update-deps-linux - - chmod 755 ./dev-update-travis - - chmod 755 ./run-linux-tests - ./update-deps-linux - ./dev-update-travis install: true