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 93f9812 commit 092a0a3Copy full SHA for 092a0a3
.travis.yml
@@ -67,7 +67,7 @@ before_script:
67
- if [ -z "$NO_WEAKREF" ] ; then pecl install weakref-beta; fi
68
script:
69
# Let's run the Oracle script only when the password is available (it is not available in forks unfortunately)
70
-- if [ "$COVERALLS" -ne "true" ] ; export NO_COVERAGE="--no-coverage"; fi;
+- if [[ "$COVERALLS" -ne "true" ]] ; export NO_COVERAGE="--no-coverage"; fi;
71
- |
72
if [ "$DB" == "oracle" ] ; then
73
docker run -v $(pwd):/app -v $(pwd)/tests/Fixtures/oracle-startup.sql:/docker-entrypoint-initdb.d/oracle-startup.sql moufmouf/oracle-xe-php vendor/bin/phpunit $PHPUNITFILE $NO_COVERAGE;
0 commit comments