Update readme and some config files
This commit is contained in:
parent
6591c934d8
commit
46db12e308
@ -1,3 +1,10 @@
|
|||||||
|
filter:
|
||||||
|
excluded_paths:
|
||||||
|
- web/*
|
||||||
|
- tests/*
|
||||||
|
- vendor/*
|
||||||
|
- application/third_party/*
|
||||||
|
|
||||||
imports:
|
imports:
|
||||||
- php
|
- php
|
||||||
|
|
||||||
|
@ -33,5 +33,4 @@ matrix:
|
|||||||
env: DB=pgsql
|
env: DB=pgsql
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
- env: DB=mysql
|
|
||||||
fast_finish: true
|
fast_finish: true
|
@ -1 +1,3 @@
|
|||||||
# Tim's Todo
|
# Tim's Todo
|
||||||
|
|
||||||
|
[![Build Status](https://travis-ci.org/timw4mail/tims-todo.svg?branch=master)](https://travis-ci.org/timw4mail/tims-todo)
|
@ -14,9 +14,8 @@ setup:
|
|||||||
action: "install"
|
action: "install"
|
||||||
env:
|
env:
|
||||||
APPLICATION_ENV: "development"
|
APPLICATION_ENV: "development"
|
||||||
shell:
|
# shell:
|
||||||
- "cd %BUILD_PATH% && vendor/bin/phinx rollback -e testing -t0"
|
# - "cd %BUILD_PATH% && vendor/bin/phinx migrate -e testing"
|
||||||
- "cd %BUILD_PATH% && vendor/bin/phinx migrate -e testing"
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
php_unit:
|
php_unit:
|
||||||
|
Loading…
Reference in New Issue
Block a user