Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit 4ce7405

Browse files
committed
Test coveralls
1 parent e7481f9 commit 4ce7405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ script:
5757
# - Verify it's installed.
5858
- if [[ "$SNIFF" == "1" ]]; then ./bin/phpcs -i; fi
5959
# - Run unit tests for CodeIgniter4 standard.
60-
- if [[ "$SNIFF" == "1" ]]; then ./vendor/bin/phpunit --debug --coverage-clover=../../../CodeIgniter4/build/logs/clover.xml --filter CodeIgniter4 ./tests/AllTests.php; fi
60+
- if [[ "$SNIFF" == "1" ]]; then ./vendor/bin/phpunit --debug --coverage-clover=../../../build/logs/clover.xml --filter CodeIgniter4 ./tests/AllTests.php; fi
6161

6262
after_success:
63-
- if [[ "$SNIFF" == "1" ]]; then cd ../../../CodeIgniter4/; fi
63+
- if [[ "$SNIFF" == "1" ]]; then cd ../../../; fi
6464
- if [[ "$SNIFF" == "1" ]]; then php ./vendor/bin/coveralls -v -x ./build/logs/clover.xml; fi

0 commit comments

Comments
 (0)