Skip to content

Commit

Permalink
Another try with etcd
Browse files Browse the repository at this point in the history
  • Loading branch information
tcalmant committed Nov 8, 2018
1 parent d896bfd commit 8322d5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -15,7 +15,6 @@ addons:
key_url: 'https://prosody.im/files/prosody-debian-packages.key'
packages:
- curl
- etcd
- mosquitto
- zookeeperd
- prosody-0.10
Expand All @@ -24,7 +23,6 @@ addons:
- openjdk-8-jre-headless

services:
- etcd
- mosquitto
- redis-server
- zookeeper
Expand All @@ -40,6 +38,7 @@ install:
- sudo prosodyctl register user2 localhost foobar
- sudo prosodyctl restart
- curl -qL http://apache.mediamirrors.org/karaf/4.2.1/apache-karaf-4.2.1.tar.gz | tar xz -C /tmp
- curl -qL https://github.com/etcd-io/etcd/releases/download/v3.3.10/etcd-v3.3.10-linux-amd64.tar.gz | tar xz -C /tmp && /tmp/etcd-v3.3.10-linux-amd64/etcd &
- pip install nose coverage coverage_enable_subprocess coveralls
- pip install https://github.com/tcalmant/jsonrpclib/archive/master.zip
- pip install -r requirements.txt
Expand Down

0 comments on commit 8322d5d

Please sign in to comment.