瀏覽代碼

Travis config file to set Continuous integration tests

Marc 13 年之前
父節點
當前提交
67ec1bea1e
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -0,0 +1,4 @@
+language: php
+php:
+  - 5.3
+  - 5.4