Przeglądaj źródła

Travis config file to set Continuous integration tests

Marc 13 lat temu
rodzic
commit
67ec1bea1e
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

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