summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBrent Shaffer <bshafs@gmail.com>2015-08-27 03:19:25 +0300
committerBrent Shaffer <bshafs@gmail.com>2015-08-27 03:19:25 +0300
commit1b2dcde189593c6baa92fffd667d314afa666b24 (patch)
tree7fb1b706f9e18b0b69350601aa953332b1f2acb7 /test
parentb60dda2a125b3bf83f8d9791b82ad1f2a708e6ba (diff)
downloadoauth2-server-php-1b2dcde189593c6baa92fffd667d314afa666b24.tar.xz
skipping all dynamodb tests in travis
Diffstat (limited to 'test')
-rwxr-xr-xtest/lib/OAuth2/Storage/Bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/OAuth2/Storage/Bootstrap.php b/test/lib/OAuth2/Storage/Bootstrap.php
index 7497bed..efb6644 100755
--- a/test/lib/OAuth2/Storage/Bootstrap.php
+++ b/test/lib/OAuth2/Storage/Bootstrap.php
@@ -4,7 +4,7 @@ namespace OAuth2\Storage;
class Bootstrap
{
- const DYNAMODB_PHP_VERSION = '5.5';
+ const DYNAMODB_PHP_VERSION = 'none';
protected static $instance;
private $mysql;