소스 검색

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