Skip to content

Commit

Permalink
'cd ..' to end of Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
brandongoode committed Feb 26, 2014
1 parent a49154e commit 96177d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ before_script:
- wget http://dynamodb-local.s3-website-us-west-2.amazonaws.com/dynamodb_local_2014-01-08.tar.gz
- tar xfz dynamodb_local_2014-01-08.tar.gz
- cd dynamodb_local_2014-01-08
- java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -inMemory &
- java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -inMemory &
- cd ..

0 comments on commit 96177d9

Please sign in to comment.