Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-02-16 07:15:47 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-02-20 04:51:29 +0400
commit7f9332dd486c57c3a720732d3d5e794406ad0e3e (patch)
treed3ead846b7b55e9c623a90d2c48a78f959a2a2eb /tests
parent8adc8cb45f7e1e6b8bff18ee5e5bb69b5ceab79b (diff)
this should help the build refs #3456
Diffstat (limited to 'tests')
-rw-r--r--tests/build-ci-full.xml1
-rw-r--r--tests/build-ci.xml1
-rwxr-xr-xtests/travis.sh1
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/build-ci-full.xml b/tests/build-ci-full.xml
index 2723ef9ceb..c35253ea51 100644
--- a/tests/build-ci-full.xml
+++ b/tests/build-ci-full.xml
@@ -25,6 +25,7 @@
<include name="config"/>
<include name="tmp"/>
<include name="tmp/**"/>
+ <include name="tests/lib/geoip-files" />
</dirset>
</chmod>
</target>
diff --git a/tests/build-ci.xml b/tests/build-ci.xml
index 10a7fb380a..d9937e0f14 100644
--- a/tests/build-ci.xml
+++ b/tests/build-ci.xml
@@ -20,6 +20,7 @@
<include name="tmp" />
<include name="tmp/**" />
<include name="tests/PHPUnit/Integration/processed" />
+ <include name="tests/lib/geoip-files" />
</dirset>
</chmod>
</target>
diff --git a/tests/travis.sh b/tests/travis.sh
index f464d59aab..a3827567d2 100755
--- a/tests/travis.sh
+++ b/tests/travis.sh
@@ -16,3 +16,4 @@ mkdir ./tmp/cache
mkdir ./tmp/latest
mkdir ./tmp/sessions
mkdir ./tmp/templates_c
+chmod a+rw ./tests/lib/geoip-files