Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 8fc201e

Browse files
committed
update link in readme | fix travis
1 parent 6ed639c commit 8fc201e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ before_script:
2929

3030
script:
3131
- mkdir -p build/logs
32-
- then vendor/bin/phpunit -c phpunit.xml.dist --verbose; fi
32+
- vendor/bin/phpunit -c phpunit.xml.dist --verbose
3333
- vendor/bin/php-cs-fixer fix --config-file=.php_cs --verbose --diff --dry-run
3434

3535
after_script:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ script:
7575
```
7676

7777
### StyleCi
78-
If you using [StyleCi](https://styleci.io) just copy [.styleci.yml](.styleci.yml) to you repository and enable styleci. Or copy this setting to StyleCi
78+
If you using [StyleCi](https://styleci.io) just copy [.styleci.yml](.styleci.yml) to you repository and enable styleci. Or copy this setting to [StyleCi](https://styleci.io)
7979

8080
~~~yml
8181
preset: psr2

0 commit comments

Comments
 (0)