diff options
author | Andrey Andreev <narf@devilix.net> | 2015-02-06 13:51:29 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-02-06 13:51:29 +0100 |
commit | ea5f2ba309d591f53af9e72394b73c82ca91f381 (patch) | |
tree | 214c22191516f834000231d2c53ee5acee34821a | |
parent | 396eb89d1624f0bad6bc41ee477f40e824be41d9 (diff) |
Allow failures for 5.2 on Travis until we figure it out
They've removed 5.2 support ...
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3a823f7b0..4f560442b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ script: phpunit -d zend.enable_gc=0 -d date.timezone=UTC --coverage-text --confi matrix: allow_failures: + - php: 5.2 - php: hhvm exclude: - php: hhvm |