Browse Source

Merge pull request #1424 from pulzarraider/patch-2

Added PHP 5.5 to .travis.yml
Thomas 12 years ago
parent
commit
a28eac8310
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

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