Browse Source

Added PHP 5.5 to .travis.yml

Andrej Hudec 12 years ago
parent
commit
92b426563b
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:
   - 5.3
   - 5.4
+  - 5.5
 
 before_script:
   - composer install --dev --prefer-source