Selaa lähdekoodia

Travis config file to set Continuous integration tests

Marc 13 vuotta sitten
vanhempi
commit
67ec1bea1e
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

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