Updated version of SDK Core

- Updated version
- Fixed Testing Bugs
- Updated README
- Updated Release note
This commit is contained in:
Jay Patel
2014-09-24 13:41:32 -05:00
parent 6f59a4186b
commit 0ed9c26d02
8 changed files with 77 additions and 47 deletions

View File

@@ -5,9 +5,6 @@ php:
- 5.5
- 5.6
- hhvm
env:
- CONFIGURATION_FILE=phpunit.xml
- CONFIGURATION_FILE=phpunit.integration.xml
matrix:
allow_failures:
- php: hhvm
@@ -18,7 +15,7 @@ before_script:
script:
- mkdir build
- mkdir build/coverage
- phpunit -c $CONFIGURATION_FILE
- phpunit
after_success:
- php vendor/bin/coveralls -v -c .coveralls.yml
notifications: