summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorCiro Mattia Gonano <ciromattia@gmail.com>2013-07-29 11:16:08 +0200
committerCiro Mattia Gonano <ciromattia@gmail.com>2013-07-29 11:16:08 +0200
commit24124c2b2998c2ad2ad755360bad1569c75547d3 (patch)
treede34c6164b143df78cef48dea275e32462069880 /.travis.yml
parent0f332e6564ed67ef7eb4d715ce3bcb5ff54c50cf (diff)
Add Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..19562df3
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,5 @@
+language: php
+php:
+ - 5.3
+ - 5.4
+script: "phing test"