diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-03-10 10:39:50 +0100 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-03-10 10:39:50 +0100 |
commit | 02197502bb507022d7740d9f38d1a670ba16c96b (patch) | |
tree | 39cc56868958026a22101d33c81281566d9cb5ae /.travis.yml | |
parent | ca6404749a8dd3ee5dd68d64832374dce05fe6a3 (diff) |
Travis setup
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..7f290e6be --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: php + +phps: + - 5.2 + - 5.3 + - 5.4 + +branches: + except: + - develop + - master |