Browse Source

Run tests on PHP 5.6 on travis too

Nils Adermann 11 years ago
parent
commit
e8a3fc5c1c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -5,6 +5,7 @@ php:
   - 5.3
   - 5.4
   - 5.5
+  - 5.6
   - hhvm
 
 matrix: