Skip to content

Commit

Permalink
Add new targets to .travis.yml CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
wohali committed Apr 9, 2018
1 parent 694bae4 commit 5b2cea9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ before_install:
- docker build -t couchdb:1.7.1 1.7.1
- docker build -t couchdb:1.7.1-couchperuser 1.7.1-couchperuser
- docker build -t couchdb:2.1.1 2.1.1
- docker build -t couchdb:dev dev
- docker build -t couchdb:dev dev-cluster

script:
- docker run -d -p 5984:5984 couchdb:1.7.1 && sleep 5 && curl http://localhost:5984
- docker run -d -p 5985:5984 couchdb:1.7.1-couchperuser && sleep 5 && curl http://localhost:5985
- docker run -d -p 5986:5984 couchdb:2.1.1 && sleep 5 && curl http://localhost:5986
- docker run -d -p 5987:5984 couchdb:dev && sleep 5 && curl http://localhost:5987
- docker run -d -p 5988:5984 couchdb:dev-cluster && sleep 15 && curl http://localhost:5988

0 comments on commit 5b2cea9

Please sign in to comment.