From 7e0530d496789766e804c72dec0bdcf1a1032170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B5nis=20Ormisson?= Date: Sun, 21 Jan 2018 15:32:21 +0200 Subject: [PATCH] DEV: fix failing tests (missing upload/themes/survey folder) --- .gitignore | 1 + .travis.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8dd96ca468c..ab67056388b 100644 --- a/.gitignore +++ b/.gitignore @@ -109,6 +109,7 @@ third_party/composer/installed\.json !.eslintignore !.eslint.json !.eslintrc.json +!.travis.yml ## ignore Vagrantfile Vagrantfile diff --git a/.travis.yml b/.travis.yml index fe919e118ba..57d78158145 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,8 @@ before_script: #- rm -r third_party - composer install #- composer install + - mkdir upload/themes + - mkdir upload/themes/survey - chmod -R 777 tmp - chmod -R 777 upload - chmod -R 777 themes # Need 777 so both console and web server can cd into the folder.