Skip to content

Commit

Permalink
Merge pull request #946 from TonisOrmisson/fix-tests
Browse files Browse the repository at this point in the history
DEV: fix failing tests (missing upload/themes/survey folder)
  • Loading branch information
TonisOrmisson committed Jan 21, 2018
2 parents 5f6026e + 7e0530d commit a1cd6d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -109,6 +109,7 @@ third_party/composer/installed\.json
!.eslintignore
!.eslint.json
!.eslintrc.json
!.travis.yml

## ignore Vagrantfile
Vagrantfile
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -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.
Expand Down

0 comments on commit a1cd6d2

Please sign in to comment.