diff options
author | Andrey Andreev <narf@devilix.net> | 2016-05-09 11:10:24 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-05-09 11:10:24 +0200 |
commit | fd8349f0328cb6c0cd56fd19c931fd79a707faa8 (patch) | |
tree | f1fdee4d830601ac33cab1135e156047746f0777 /.travis.yml | |
parent | f6dc21b2f57ad0f76de6e4e005cfe3d79a420d0a (diff) |
Use 5.3.latest on Travis to fix the build errors
5.3.3 doesn't have ext/openssl ...
Also, allow failures on 5.3
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5a7eb11b9..e531f8d90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: php php: - 5.2 - - 5.3.3 + - 5.3 - 5.4 - 5.5 - 5.6 @@ -31,6 +31,7 @@ script: phpunit -d zend.enable_gc=0 -d date.timezone=UTC --coverage-text --confi matrix: allow_failures: - php: 5.2 + - php: 5.3 - php: hhvm exclude: - php: hhvm |