From 46db12e308adc9faa3d9f5c5f2f4d1851a8bbf38 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Wed, 13 Aug 2014 21:13:29 -0400 Subject: [PATCH] Update readme and some config files --- .scrutinizer.yml | 7 +++++++ .travis.yml | 1 - README.md | 4 +++- phpci.yml | 5 ++--- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index c8221ee..bae658c 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,3 +1,10 @@ +filter: + excluded_paths: + - web/* + - tests/* + - vendor/* + - application/third_party/* + imports: - php diff --git a/.travis.yml b/.travis.yml index 6f119ec..91bbbf5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,5 +33,4 @@ matrix: env: DB=pgsql allow_failures: - php: hhvm - - env: DB=mysql fast_finish: true \ No newline at end of file diff --git a/README.md b/README.md index 7ea1a38..351f37d 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# Tim's Todo \ No newline at end of file +# Tim's Todo + +[![Build Status](https://travis-ci.org/timw4mail/tims-todo.svg?branch=master)](https://travis-ci.org/timw4mail/tims-todo) \ No newline at end of file diff --git a/phpci.yml b/phpci.yml index 1808475..25bcad9 100755 --- a/phpci.yml +++ b/phpci.yml @@ -14,9 +14,8 @@ setup: action: "install" env: APPLICATION_ENV: "development" - shell: - - "cd %BUILD_PATH% && vendor/bin/phinx rollback -e testing -t0" - - "cd %BUILD_PATH% && vendor/bin/phinx migrate -e testing" +# shell: +# - "cd %BUILD_PATH% && vendor/bin/phinx migrate -e testing" test: php_unit: