Explorar el Código

Travis config file to set Continuous integration tests

Marc hace 13 años
padre
commit
67ec1bea1e
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

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