From 66dda8c51cc6249514d3ba8bf48c0457c1f4a279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B5nis=20Ormisson?= Date: Fri, 29 Dec 2017 12:13:43 +0200 Subject: [PATCH] Dev Add tests/tmp/runtime folder (#900) Dev Remove un-neccessary mkdir & chmod from travis conf --- .travis.yml | 3 --- tests/tmp/.gitignore | 1 + tests/tmp/runtime/.gitignore | 2 ++ 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 tests/tmp/runtime/.gitignore diff --git a/.travis.yml b/.travis.yml index 77402908df2..fe919e118ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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. diff --git a/tests/tmp/.gitignore b/tests/tmp/.gitignore index 49789cd0262..a7d63e793b0 100644 --- a/tests/tmp/.gitignore +++ b/tests/tmp/.gitignore @@ -1,3 +1,4 @@ * !screenshots +!runtime !.gitignore \ No newline at end of file diff --git a/tests/tmp/runtime/.gitignore b/tests/tmp/runtime/.gitignore new file mode 100644 index 00000000000..c96a04f008e --- /dev/null +++ b/tests/tmp/runtime/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file