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
diff options
context:
space:
mode:
authordiosmosis <benakamoorthi@fastmail.fm>2014-08-12 18:43:13 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-12 18:43:13 +0400
commitc94267314dc322c1051f1c6e5736cd60534ae02d (patch)
tree0f5befb3cb94b0c6145c2dabccfc5b0e0c389412 /tests/PHPUnit/travis.sh
parentbbdd5be6cb3b621002be3ca9ec41eae72bf69654 (diff)
Refs #5962, make sure tags of plugins w/ old .travis.yml files do not result in build failure.
Diffstat (limited to 'tests/PHPUnit/travis.sh')
-rw-r--r--tests/PHPUnit/travis.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/PHPUnit/travis.sh b/tests/PHPUnit/travis.sh
new file mode 100644
index 0000000000..11f2275987
--- /dev/null
+++ b/tests/PHPUnit/travis.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+# this file is here for backwards compatibility. travis.sh was moved to the travis subfolder but .travis.yml files from
+# older tags of Piwik plugins still try to use it. this file makes sure builds for old tags do not fail.
+
+DIR=`dirname $0`
+$DIR/../travis/travis.sh \ No newline at end of file