summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorFrédéric Guillot <fguillot@users.noreply.github.com>2014-04-26 14:24:48 -0400
committerFrédéric Guillot <fguillot@users.noreply.github.com>2014-04-26 14:24:48 -0400
commitda17e87878db0ae4d1751371a14092fef8c55d7c (patch)
treef8e6c7cf35ecc8dacd745341a0ead0e944050144 /.travis.yml
parentbf4cea045eb9780ceaff20e5ec285eb65fc5ce04 (diff)
Add travis-ci configuration
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..cc70a9d7
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,9 @@
+language: php
+
+php:
+ - "5.5"
+ - "5.4"
+ - "5.3"
+
+before_script: wget https://phar.phpunit.de/phpunit.phar
+script: php phpunit.phar \ No newline at end of file