Skip to content

Commit 8d3b5b1

Browse files
committed
Debug travis
1 parent 6881d6d commit 8d3b5b1

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
@@ -67,8 +67,8 @@ before_script:
6767
- if [ -z "$NO_WEAKREF" ] ; then pecl install weakref-beta; fi
6868
script:
6969
# Let's run the Oracle script only when the password is available (it is not available in forks unfortunately)
70-
- if [[ "$COVERALLS" -ne "true" ]] ; then export NO_COVERAGE="--no-coverage"; fi;
7170
- |
71+
if [[ "$COVERALLS" -ne "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)