mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Added status badge for circleci and removed travisci config
This commit is contained in:
@@ -4,7 +4,5 @@ jobs:
|
|||||||
machine: true
|
machine: true
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
# start proprietary DB using private Docker image
|
|
||||||
# with credentials stored in the UI
|
|
||||||
- run: |
|
- run: |
|
||||||
bash bin/run-tests-with-docker.sh
|
bash bin/run-tests-with-docker.sh
|
||||||
21
.travis.yml
21
.travis.yml
@@ -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
|
|
||||||
@@ -2,10 +2,10 @@
|
|||||||
This application is being created to run a wrestling tournament.
|
This application is being created to run a wrestling tournament.
|
||||||
|
|
||||||
### Current master status
|
### Current master status
|
||||||
[](https://travis-ci.org/jcwimer/wrestlingApp)
|
[](https://travis-ci.org/jcwimer/wrestlingApp)
|
||||||
|
|
||||||
### Current development status
|
### Current development status
|
||||||
[](https://travis-ci.org/jcwimer/wrestlingApp)
|
[](https://travis-ci.org/jcwimer/wrestlingApp)
|
||||||
|
|
||||||
# Info
|
# Info
|
||||||
**License:** MIT License
|
**License:** MIT License
|
||||||
|
|||||||
Reference in New Issue
Block a user