Skip to content

Commit bc465cc

Browse files
committed
Debug travis
1 parent 8d3b5b1 commit bc465cc

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
@@ -68,7 +68,7 @@ before_script:
6868
script:
6969
# Let's run the Oracle script only when the password is available (it is not available in forks unfortunately)
7070
- |
71-
if [[ "$COVERALLS" -ne "true" ]] ; then export NO_COVERAGE="--no-coverage"; fi;
71+
if [[ "$COVERALLS" != "true" ]] ; then export NO_COVERAGE="--no-coverage"; fi;
7272
if [ "$DB" == "oracle" ] ; then
7373
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;
7474
elif [ "$DB" == "mysql8" ] ; then

0 commit comments

Comments
 (0)