Skip to content

Commit

Permalink
Correct travis ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
brandongoode committed May 18, 2014
1 parent 51c2f27 commit c66db7d
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 @@ -4,7 +4,7 @@ node_js:
before_script:
- npm install -g grunt-cli
- wget http://dynamodb-local.s3-website-us-west-2.amazonaws.com/dynamodb_local_2014-04-24.tar.gz
- tar xfz dynamodb_local_2014-01-08.tar.gz
- cd dynamodb_local_2014-01-08
- tar xfz dynamodb_local_2014-04-24.tar.gz
- cd dynamodb_local_2014-04-24
- java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -inMemory &
- cd ..

0 comments on commit c66db7d

Please sign in to comment.