소스 검색

Add PHP 5.6 to the build matix of Travis-CI.

Builds are allowed to fail for now as PHP 5.6 is still in alpha stage.
Daniele Alessandri 11 년 전
부모
커밋
ab6cbe7e10
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -3,6 +3,7 @@ php:
   - 5.3
   - 5.4
   - 5.5
+  - 5.6
   - hhvm
 branches:
   except:
@@ -14,5 +15,6 @@ services: redis-server
 script: phpunit -c phpunit.xml.travisci
 matrix:
   allow_failures:
+    - php: 5.6
     - php: hhvm
   fast_finish: true