Skip to content

Commit 5b02d12

Browse files
committed
update readme and increase travis php version
1 parent 1d595ce commit 5b02d12

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: php
22
php:
3-
- 7.1
3+
- 7.3
44

55
before_script:
66
- travis_retry composer self-update

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Validação CPF com Laravel
22

3+
<a href="https://travis-ci.org/vsilva472/laravel-cpf"><img src="https://travis-ci.org/vsilva472/laravel-cpf.svg?branch=master" /></a>
4+
35
## Descrição
46

57
LaravelCPF é uma extensão do validator do Laravel para validar CPFs (independente se o valor possui máscara aplicada 999.999.999-99 ou não) de forma simples.
@@ -63,6 +65,11 @@ public function rules()
6365
}
6466
```
6567

68+
69+
### Testes
70+
Execute o comando na raiz do projeto `./vendor/bin/phpunit`
71+
72+
6673
Para mais informações sobre outras formas de validação consulte a [documentação oficial](https://laravel.com/docs/5.5/validation) do Laravel.
6774

6875
### Changelog

0 commit comments

Comments
 (0)