diff --git a/.travis.yml b/.travis.yml index a4cacb9be..4e4e4116e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ install: - docker-compose pull script: - - docker-compose -f docker-compose.yml -f docker-compose.dev.yml run --rm cli azuracast_testing $CODECLIMATE_REPO_TOKEN + - docker-compose -f docker-compose.yml -f docker-compose.testing.yml run --rm cli azuracast_testing $CODECLIMATE_REPO_TOKEN after_failure: - cat tests/_output/* \ No newline at end of file diff --git a/docker-compose.testing.yml b/docker-compose.testing.yml new file mode 100644 index 000000000..dad33ad1d --- /dev/null +++ b/docker-compose.testing.yml @@ -0,0 +1,10 @@ +version: '2' + +services: + web: + volumes: + - .:/var/azuracast/www + + nginx: + volumes: + - .:/var/azuracast/www \ No newline at end of file