Skip to content

Commit 092a0a3

Browse files
committed
Fixing travis
1 parent 93f9812 commit 092a0a3

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,7 +67,7 @@ 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" ] ; export NO_COVERAGE="--no-coverage"; fi;
70+
- if [[ "$COVERALLS" -ne "true" ]] ; export NO_COVERAGE="--no-coverage"; fi;
7171
- |
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;

0 commit comments

Comments
 (0)