Sfoglia il codice sorgente

added travis ci config

Johannes M. Schmitt 13 anni fa
parent
commit
2c0f114d53
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  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