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.