We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cf003 commit ccfb5a6Copy full SHA for ccfb5a6
.travis.yml
@@ -36,7 +36,7 @@ env:
36
- JAVA_HOME="/usr/lib/jvm/java-8-oracle/jre"
37
38
before_install:
39
- - if [ $TRAVIS_PHP_VERSION = '5.6' ]; then pecl uninstall json && pecl install json-1.3.7 fi
+ - if [ $TRAVIS_PHP_VERSION = '5.6' ]; then pecl uninstall json && pecl install json-1.3.7; fi
40
- sudo update-java-alternatives -s java-8-oracle
41
- ./travis/download_and_run_es.sh
42
0 commit comments