Update readme and some config files

Bu işleme şunda yer alıyor:
Timothy Warren 2014-08-13 21:13:29 -04:00
ebeveyn 6591c934d8
işleme 46db12e308
4 değiştirilmiş dosya ile 12 ekleme ve 5 silme

Dosyayı Görüntüle

@ -1,3 +1,10 @@
filter:
excluded_paths:
- web/*
- tests/*
- vendor/*
- application/third_party/*
imports:
- php

Dosyayı Görüntüle

@ -33,5 +33,4 @@ matrix:
env: DB=pgsql
allow_failures:
- php: hhvm
- env: DB=mysql
fast_finish: true

Dosyayı Görüntüle

@ -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)

Dosyayı Görüntüle

@ -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: