]> git.mxchange.org Git - friendica.git/commitdiff
Enable Travis
authorPierre Rudloff <contact@rudloff.pro>
Mon, 9 Apr 2018 19:49:23 +0000 (21:49 +0200)
committerPierre Rudloff <contact@rudloff.pro>
Mon, 9 Apr 2018 20:35:05 +0000 (22:35 +0200)
.travis.yml [new file with mode: 0644]
phpunit.xml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..d3fffc6
--- /dev/null
@@ -0,0 +1,4 @@
+---
+language: php
+php: 5.6
+install: composer install
diff --git a/phpunit.xml b/phpunit.xml
new file mode 100644 (file)
index 0000000..a589d34
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<phpunit>
+    <testsuites>
+        <testsuite>
+            <directory suffix="_test.php">tests/</directory>
+                       <exclude>tests/template_test.php</exclude>
+                       <exclude>tests/get_tags_test.php</exclude>
+        </testsuite>
+    </testsuites>
+</phpunit>