Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
updated to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josantonius committed Mar 2, 2018
1 parent de73d61 commit ab5e424
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ before_script:
- travis_retry composer install

script:
- phpunit --coverage-clover /tmp/coverage.xml
# - phpunit --coverage-clover /tmp/coverage.xml
- phpcs --standard=phpcs.xml $(find . -name '*.php')
- phpmd src,tests text ./phpmd.xml

Expand Down
2 changes: 1 addition & 1 deletion README-ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Ejecutar todas las pruebas anteriores:

## ☑ Tareas pendientes

- [x] Hacer funcionar PHPUnit en Travis CI.
- [ ] Hacer funcionar PHPUnit en Travis CI.
- [ ] Agregar métodos de obtención (getter).
- [ ] Añadir nueva funcionalidad.
- [ ] Mejorar pruebas.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Run all previous tests:

## ☑ TODO

- [x] Run PHPUnit on Travis CI.
- [ ] Run PHPUnit on Travis CI.
- [ ] Add getter methods.
- [ ] Add new feature.
- [ ] Improve tests.
Expand Down

0 comments on commit ab5e424

Please sign in to comment.