summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-01-05 14:14:44 +0100
committerAndreas Gohr <andi@splitbrain.org>2014-01-05 14:14:44 +0100
commit24024b9264ae4ab3169d00079469c964dd4319e8 (patch)
treeac52724b334f431960edeb181d5ac776a80fc29c /.travis.yml
parent1a3042636e5f779a7688194fd3ace3591b923127 (diff)
downloadrpg-24024b9264ae4ab3169d00079469c964dd4319e8.tar.gz
rpg-24024b9264ae4ab3169d00079469c964dd4319e8.tar.bz2
try testing dokuwiki on travis-ci
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000000000..efef0ce3a
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+language: php
+php:
+ - "5.5"
+ - "5.4"
+ - "5.3"
+script: cd _test && phpunit --stderr