Skip to content

Commit 1a3e586

Browse files
committed
Update include path for the autoload
1 parent 6e9f59d commit 1a3e586

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ Add the TranslationValidator as a dependency:
4545
}
4646
}
4747

48-
Then add the `php translation.php` call you run locally to your `.travis.yml` file.
48+
Then add a `php vendor/bin/translation.php` call to your `.travis.yml` file.
4949

50-
We use Travis-CI as a continous intergtation server and phpunit for our unit testing. See more information on the [phpBB development wiki](https://wiki.phpbb.com/Unit_Tests).
50+
We use Travis-CI as a continuous integration server and phpunit for our unit testing. See more information on the [phpBB development wiki](https://wiki.phpbb.com/Unit_Tests).
5151

5252
To run the unit tests locally, use this command:
5353

translation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*/
1010

11-
require __DIR__ . '/vendor/autoload.php';
11+
require 'vendor/autoload.php';
1212

1313
use Phpbb\TranslationValidator\Cli;
1414

0 commit comments

Comments
 (0)