Fix syntax error
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
2e6614d453
commit
f9a9986b6d
@ -29,7 +29,7 @@ before_script:
|
||||
- mysql -uroot -e "SET PASSWORD = PASSWORD('$TESTSUITE_PASSWORD')"
|
||||
- composer install --dev --no-interaction
|
||||
- if [ $TRAVIS_PHP_VERSION != "hhvm" ] ; then ./test/install-runkit ; fi
|
||||
- if [ -n "$SELENIUM" ] ; then php --server 127.0.0.1:8000 > php.log & ; fi
|
||||
- if [ -n "$SELENIUM" ] ; then php --server 127.0.0.1:8000 > php.log & fi
|
||||
- if [ -n "$SELENIUM" ] ; then ./test/install-browserstack ; fi
|
||||
|
||||
script:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user