summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-01-15 16:14:36 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-01-18 14:06:07 +0100
commit1a4909ae7acf63fec1240d8e15af4cae28ee33a5 (patch)
tree0ace615e8ae0187a863cb7c05ced291750b078e7
parent43d2d1f7ca07f1c635c7cc4c3a28bb96890ad097 (diff)
also make a data directory
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 473a97094..5f989c000 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,6 +45,7 @@ before_script:
# fill owncloud with default configs and enable news
- cd owncloud
- mkdir apps2
+ - mkdir data
- ocdev ci $DB
- php -f console.php app:enable news
- cd apps/news/js