Skip to content

Commit

Permalink
doing tests and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Dec 30, 2015
1 parent f54c1b9 commit ccdc3c3
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tools:
php_code_coverage:
enabled: true
external_code_coverage:
timeout: 600
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
language: php
php:
- 5.5
- 5.6
- 7
- hhvm
matrix:
allow_failures:
-
php: hhvm
cache:
directories:
- $HOME/.composer/cache
sudo: false
install:
- 'wget http://hiqdev.com/hidev/hidev.phar && chmod a+x hidev.phar'
- 'travis_retry composer global require "fabpot/php-cs-fixer:*" "phpunit/phpunit-skeleton-generator:*" "phpunit/phpunit:^4.8"'
- 'travis_retry composer install --no-interaction'
- './hidev.phar travis/install'
script:
- './hidev.phar travis/script'
after_script:
- './hidev.phar travis/after_script'
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
"require": {
"yiisoft/yii2": "~2.0"
},
"require-dev": {
"minii/db": "*@dev",
"minii/helpers": "*@dev"
},
"autoload": {
"psr-4": {
"hiqdev\\hiart\\": "src"
Expand Down

0 comments on commit ccdc3c3

Please sign in to comment.