Skip to content

Commit 22f6132

Browse files
committed
Fix Travis CI settings.
1 parent 57a676b commit 22f6132

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ php:
55
- 7.1
66

77
install:
8-
- php composer.phar install --dev --no-interaction --prefer-source
8+
- composer install --dev --no-interaction --prefer-source
99

1010
script:
11-
- bin/phpunit
11+
- vendor/phpunit/phpunit/phpunit
1212

1313
matrix:
1414
allow_failures:

phpunit.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
>
1515
<testsuites>
1616
<testsuite name="Language Pack Validator Test Suite">
17-
<directory suffix="Test.php">./src/Phpbb/TranslationValidator/Tests/</directory>
17+
<directory suffix="Test.php">./tests/</directory>
1818
</testsuite>
1919
</testsuites>
2020
</phpunit>

0 commit comments

Comments
 (0)