diff options
author | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2014-08-08 14:22:11 +0200 |
---|---|---|
committer | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2014-08-08 14:22:11 +0200 |
commit | c477cff9fd4044f08cfb84f896e00aa60b160b21 (patch) | |
tree | 1a9732f27707151f4fc275a3066d74319ff9102e | |
parent | 01c7cd28781b14049cdc47fbff9a119498fde977 (diff) | |
download | csv-c477cff9fd4044f08cfb84f896e00aa60b160b21.zip csv-c477cff9fd4044f08cfb84f896e00aa60b160b21.tar.gz csv-c477cff9fd4044f08cfb84f896e00aa60b160b21.tar.bz2 |
League/csv test suite work on HHVM #46
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 7f8deeb..9deed34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,6 @@ php: - 5.6 - hhvm -matrix: - allow_failures: - - php: hhvm - before_script: - composer self-update - composer install |