Browse Source

added travis ci config

Johannes M. Schmitt 13 năm trước cách đây
mục cha
commit
2c0f114d53
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 9 0
      .travis.yml

+ 9 - 0
.travis.yml

@@ -0,0 +1,9 @@
+language: php
+
+php:
+  - 5.3
+  - 5.4
+
+before_script:
+    - curl -s http://getcomposer.org/installer | php
+    - php composer.phar install --dev