Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dev Add tests/tmp/runtime folder (#900)
Dev Remove un-neccessary mkdir & chmod from travis conf
  • Loading branch information
TonisOrmisson authored and c-schmitz committed Dec 29, 2017
1 parent 4f0058b commit 66dda8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -23,12 +23,9 @@ before_script:
- composer install
#- composer install
- chmod -R 777 tmp
- chmod -R 777 tmp/runtime
- chmod -R 777 upload
- chmod -R 777 themes # Need 777 so both console and web server can cd into the folder.
- mkdir -p tests/tmp/runtime
- chmod -R 777 tests/tmp
- chmod -R 777 tests/tmp/runtime
- php application/commands/console.php install admin password TravisLS no@email.com verbose
- cp application/config/config-sample-mysql.php application/config/config.php
# Enable debug=2 in config file. OBS: This assumes debug is on line 59.
Expand Down
1 change: 1 addition & 0 deletions tests/tmp/.gitignore
@@ -1,3 +1,4 @@
*
!screenshots
!runtime
!.gitignore
2 changes: 2 additions & 0 deletions tests/tmp/runtime/.gitignore
@@ -0,0 +1,2 @@
*
!.gitignore

0 comments on commit 66dda8c

Please sign in to comment.