summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorh-hishida <h-hishida@quartetcom.co.jp>2015-07-24 09:53:22 +0900
committerh-hishida <h-hishida@quartetcom.co.jp>2015-07-24 09:53:22 +0900
commit6b78cfc00ace15eb11eca4a65fa0d4d3a002dd0c (patch)
tree5f2954d092764fc29667606ba6e5b3db7e2a24be
parentff769dde33a9cb05d7029154c7c56fcdbe48819c (diff)
downloadPHPExcelFixer.StyleFixer-0.9.0.zip
PHPExcelFixer.StyleFixer-0.9.0.tar.gz
PHPExcelFixer.StyleFixer-0.9.0.tar.bz2
update .travis.yml(allow failures in hhvm)v0.9.0
-rw-r--r--.travis.yml4
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