Skip to content

Commit c11c1d0

Browse files
author
Omer Katz
committed
Remove redundent DynamoDB installation.
1 parent 684d1c1 commit c11c1d0

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.travis.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -129,20 +129,6 @@ before_install:
129129
source "$HOME/virtualenvs/$PYPY_VERSION/bin/activate"
130130
which python
131131
fi
132-
- |
133-
if [[ "$TOXENV" == *dynamodb ]]; then
134-
sudo apt-get update && sudo apt-get install -y default-jre supervisor
135-
mkdir /opt/dynamodb-local
136-
cd /opt/dynamodb-local && curl --retry 5 --retry-delay 1 -L http://dynamodb-local.s3-website-us-west-2.amazonaws.com/dynamodb_local_latest.tar.gz | tar zx
137-
cd -
138-
echo '[program:dynamodb-local]' | sudo tee /etc/supervisor/conf.d/dynamodb-local.conf
139-
echo 'command=java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -inMemory' | sudo tee -a /etc/supervisor/conf.d/dynamodb-local.conf
140-
echo 'directory=/opt/dynamodb-local' | sudo tee -a /etc/supervisor/conf.d/dynamodb-local.conf
141-
sudo service supervisor stop
142-
sudo service supervisor start
143-
sleep 10
144-
curl localhost:8000
145-
fi
146132
- |
147133
wget -qO - https://packages.couchbase.com/ubuntu/couchbase.key | sudo apt-key add -
148134
sudo apt-add-repository -y 'deb http://packages.couchbase.com/ubuntu trusty trusty/main'

0 commit comments

Comments
 (0)