diff --git a/.circleci/config.yml b/.circleci/config.yml index a9e746a..10a5015 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,5 @@ jobs: machine: true steps: - checkout - # start proprietary DB using private Docker image - # with credentials stored in the UI - run: | bash bin/run-tests-with-docker.sh \ No newline at end of file diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index bd2eb53..0000000 --- a/.travis.yml +++ /dev/null @@ -1,21 +0,0 @@ -sudo: required -language: minimal -services: -- docker -addons: - apt: - packages: - - docker-ce -env: -- DOCKER_COMPOSE_VERSION=1.22.0 -script: -- bash bin/run-tests-with-docker.sh -deploy: - provider: heroku - api_key: - secure: WQnMF1v9J8n3z+Icx1Sp2tcu5bsIDwuCRgmGSEyFEl0aI3KsFxCpNWKEhHougkBxYRi7XXW1TZGGwRYb5VNf5UVG4xqlgJE7vm4ri3PjU2x/bLJb6tJq+WNrXoJNzfeyRqwXpfOYJT6n3/ak7lsZrVY2zSIuNTdQQ1oVWk33x9KNyr1RS/XmygJDnsG8n7dnz4xUi57F2w3hORVF3Lm3a63F9hoBcZjZUeMHzLPPhG4yySkpBe1oWtFk58ZSyqCSpcpbiQSSCxHiMrlSJ6GDZjUFDe+GIkx/P8by+MP0qcS2dw1w5yPZvsAATe826xP+LmcZX7g2LHJbIDu+ZwisQDbWfhpShvIkgtnhG95fAF7pv+md6VsLf3cTggtOYKHXDGBTO2nHDDuol/W7ZZHiVT5Da52MFdkJ/4TTgzqWmnlDmmJT6nAZKgGp/dcnslUHscwM1nnhJZZqbxbg8tIZ3Q9+hLjh9vikO76ujkIaseJ+fGcpzTl5SvwW7NfINzJPkVZsPQb6tYNs01iKVfLJ8xNKvUswKe3G3nvrbfJahgySZ0+4xDEjQbbaa63RjyOw06DAcN3SgMj0o1w66NGdd1GzloggN0mdUfXkn+mjP3okYh7zgPY1n+ZJ88BQYJoScS790g30pqxR1Tj0uR3+TEd3Qmp7McfXKlMJiMXX2mI= - app: wrestlingapp - on: - repo: jcwimer/wrestlingApp - branch: master - run: rake db:migrate RAILS_ENV=production diff --git a/README.md b/README.md index 48b570b..fff615d 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ This application is being created to run a wrestling tournament. ### Current master status -[![Build Status](https://travis-ci.org/jcwimer/wrestlingApp.svg?branch=master)](https://travis-ci.org/jcwimer/wrestlingApp) +[![Build Status](https://circleci.com/gh/jcwimer/wrestlingApp/tree/master.svg)](https://travis-ci.org/jcwimer/wrestlingApp) ### Current development status -[![Build Status](https://travis-ci.org/jcwimer/wrestlingApp.svg?branch=development)](https://travis-ci.org/jcwimer/wrestlingApp) +[![Build Status](https://circleci.com/gh/jcwimer/wrestlingApp/tree/development.svg)](https://travis-ci.org/jcwimer/wrestlingApp) # Info **License:** MIT License