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 8d3b5b1 commit bc465ccCopy full SHA for bc465cc
.travis.yml
@@ -68,7 +68,7 @@ before_script:
68
script:
69
# Let's run the Oracle script only when the password is available (it is not available in forks unfortunately)
70
- |
71
- if [[ "$COVERALLS" -ne "true" ]] ; then export NO_COVERAGE="--no-coverage"; fi;
+ if [[ "$COVERALLS" != "true" ]] ; then export NO_COVERAGE="--no-coverage"; fi;
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;
74
elif [ "$DB" == "mysql8" ] ; then
0 commit comments