Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
popojargo committed Oct 21, 2016
1 parent b929525 commit 9500dc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ sudo:
required

before_install:
- git clone https://github.com/klaemo/docker-couchdb.git
- cd docker-couchdb
- docker build -t couchdb:1.6.1 1.6.1
- docker build -t couchdb:2.0.0-rc1-vote 2.0.0-rc1-vote
- docker run -d -p 5985:5984 klaemo/couchdb:1.6.1 && sleep 5 && curl http://localhost:5985
- docker run -d -p 5984:5984 couchdb:2.0.0-rc1-vote && sleep 5 && curl http://localhost:5984
- php ./tests/_config/_setupEnvironment.php
Expand Down

0 comments on commit 9500dc2

Please sign in to comment.