Skip to content

Commit

Permalink
update dynamodb_local to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
brandongoode committed Oct 24, 2016
1 parent b4c4dc5 commit 48439ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ node_js:
env: DEBUG=dynamoose*
before_script:
- npm install -g grunt-cli
- wget http://dynamodb-local.s3-website-us-west-2.amazonaws.com/dynamodb_local_2015-01-27.tar.gz
- tar xfz dynamodb_local_2015-01-27.tar.gz
- wget http://dynamodb-local.s3-website-us-west-2.amazonaws.com/dynamodb_local_latest.tar.gz
- tar xfz dynamodb_local_latest.tar.gz
- java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -inMemory &

0 comments on commit 48439ed

Please sign in to comment.