ソースを参照

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