diff options
author | h-hishida <h-hishida@quartetcom.co.jp> | 2015-07-24 09:53:22 +0900 |
---|---|---|
committer | h-hishida <h-hishida@quartetcom.co.jp> | 2015-07-24 09:53:22 +0900 |
commit | 6b78cfc00ace15eb11eca4a65fa0d4d3a002dd0c (patch) | |
tree | 5f2954d092764fc29667606ba6e5b3db7e2a24be | |
parent | ff769dde33a9cb05d7029154c7c56fcdbe48819c (diff) | |
download | PHPExcelFixer.StyleFixer-6b78cfc00ace15eb11eca4a65fa0d4d3a002dd0c.zip PHPExcelFixer.StyleFixer-6b78cfc00ace15eb11eca4a65fa0d4d3a002dd0c.tar.gz PHPExcelFixer.StyleFixer-6b78cfc00ace15eb11eca4a65fa0d4d3a002dd0c.tar.bz2 |
update .travis.yml(allow failures in hhvm)v0.9.0
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ef48a65..68302e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,10 @@ php: - 5.6 - hhvm +matrix: + allow_failures: + - php: hhvm + script: - composer install --prefer-source - phpunit --coverage-text --coverage-clover=coverage.clover |