Skip to content

Commit 3409a81

Browse files
committed
[TEST] Tweak travis to install better ext-json
1 parent 8187fdd commit 3409a81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ env:
3636
- JAVA_HOME="/usr/lib/jvm/java-8-oracle/jre"
3737

3838
before_install:
39+
- if [ $TRAVIS_PHP_VERSION = '5.6' ]; then pecl uninstall json && pecl install json-1.3.7 fi
3940
- sudo update-java-alternatives -s java-8-oracle
4041
- ./travis/download_and_run_es.sh
4142

0 commit comments

Comments
 (0)