Apply minor fix to .travis.yml.

This commit is contained in:
Daniele Alessandri
2014-10-26 10:23:50 +01:00
parent 330fb41bdc
commit 6db2ca38c2
+4 -4
View File
@@ -18,7 +18,7 @@ before_script:
- composer install --no-interaction --prefer-source --dev
script:
- vendor/bin/phpunit -c phpunit.xml.travisci
-matrix:
- allow_failures:
- - php: hhvm-nightly
- fast_finish: true
matrix:
allow_failures:
- php: hhvm-nightly
fast_finish: true