Final Webhook Management API Changes

- Updated Samples
- Additional Functional Tests
- Enabled Travis to do functional tests (with allowed failures) on each build
This commit is contained in:
japatel
2014-12-15 13:52:00 -06:00
parent fb9584ba66
commit d24a4afdb6
21 changed files with 439 additions and 38 deletions

View File

@@ -5,9 +5,13 @@ php:
- 5.5
- 5.6
- hhvm
env:
- REST_MODE=mock
- REST_MODE=sandbox
matrix:
allow_failures:
- php: hhvm
- env: REST_MODE=sandbox
fast_finish: true
before_script:
- composer self-update