Sfoglia il codice sorgente

Merge pull request #1424 from pulzarraider/patch-2

Added PHP 5.5 to .travis.yml
Thomas 12 anni fa
parent
commit
a28eac8310
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -3,6 +3,7 @@ language: php
 php:
   - 5.3
   - 5.4
+  - 5.5
 
 before_script:
   - composer install --dev --prefer-source