diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-07-29 11:16:08 +0200 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-07-29 11:16:08 +0200 |
commit | 24124c2b2998c2ad2ad755360bad1569c75547d3 (patch) | |
tree | de34c6164b143df78cef48dea275e32462069880 | |
parent | 0f332e6564ed67ef7eb4d715ce3bcb5ff54c50cf (diff) |
Add Travis
-rw-r--r-- | .travis.yml | 5 |
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" |