Commit 19ba9dc3 by Bilal Ahmad

moving docker compose file to .travis dir

parent ee80ffb6
...@@ -7,8 +7,10 @@ language: ruby ...@@ -7,8 +7,10 @@ language: ruby
rvm: rvm:
- "1.9.3" - "1.9.3"
cache: bundler
install: install:
- docker-compose -f docker-compose-travis.yml up -d - docker-compose -f ./.travis/docker-compose-travis.yml up -d
script: script:
- docker exec forum_testing /edx/app/forum/cs_comments_service/.travis/run_tests.sh - docker exec forum_testing /edx/app/forum/cs_comments_service/.travis/run_tests.sh
...@@ -13,5 +13,5 @@ services: ...@@ -13,5 +13,5 @@ services:
container_name: forum_testing container_name: forum_testing
volumes: volumes:
- .:/edx/app/forum/cs_comments_service - ..:/edx/app/forum/cs_comments_service
command: tail -f /dev/null command: tail -f /dev/null
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment