Skip to content

Commit ccfb5a6

Browse files
a-roussospolyfractal
authored andcommitted
[TEST] Added missing semicolon (#544)
The missing semicolon is causing recent Travis CI builds for the 5.0 branch to fail.
1 parent c4cf003 commit ccfb5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +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
39+
- if [ $TRAVIS_PHP_VERSION = '5.6' ]; then pecl uninstall json && pecl install json-1.3.7; fi
4040
- sudo update-java-alternatives -s java-8-oracle
4141
- ./travis/download_and_run_es.sh
4242

0 commit comments

Comments
 (0)