Test against php 5.6 on travis
authoraddshore <addshorewiki@gmail.com>
Mon, 24 Mar 2014 11:45:18 +0000 (12:45 +0100)
committerHashar <hashar@free.fr>
Mon, 24 Mar 2014 13:06:33 +0000 (13:06 +0000)
Change-Id: I7401f1d059437eadd3712c012a93a6a5b6ac4403

.travis.yml

index eb05fe2..e0a45a1 100644 (file)
@@ -13,12 +13,14 @@ php:
   - 5.3
   - 5.4
   - 5.5
+  - 5.6
 
 matrix:
   allow_failures:
     - php: 5.3
     - php: 5.4
     - php: 5.5
+    - php: 5.6
 
 services:
   - mysql