Skip to content
Snippets Groups Projects
Commit fa7d84e4 authored by Tri Tran's avatar Tri Tran
Browse files

Fixed | Updated travis configuration

parent 09f024ea
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,11 @@ php:
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script:
- composer install --no-interaction
script:
- vendor/bin/phpunit --coverage-clover=coverage.clover
- vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor/,Tests/app/ ./
\ No newline at end of file
- vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor/ ./
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment