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

Edited | Travis Connfiguration

parent 949e347a
No related branches found
No related tags found
No related merge requests found
sudo: false
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: hhvm
- php: 7.0
before_script:
- composer install --no-interaction
script:
- vendor/bin/phpunit --coverage-clover=coverage.clover
- vendor/bin/phpcs -p --standard=vendor/ongr/ongr-strict-standard/Ongr --ignore=vendor/ ./
- vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor/,Tests/app/ ./
\ No newline at end of file
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