Skip to content

Commit 326e9a3

Browse files
committedMar 1, 2020
fix travis ci config
1 parent 3c0958e commit 326e9a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.scrutinizer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build:
1818
tests:
1919
override:
2020
-
21-
command: 'vendor/bin/phpunit --config test/phpunit.xml'
21+
command: './vendor/bin/phpunit --config test/phpunit.xml'
2222
coverage:
2323
file: 'test/clover.xml'
2424
format: 'clover'

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ before_script:
88
- composer install
99

1010
script:
11-
- phpunit --configuration ./test/phpunit.xml
11+
- ./vendor/bin/phpunit --configuration ./test/phpunit.xml

0 commit comments

Comments
 (0)
Please sign in to comment.